Merge pull request #66850 from srhb/sd-image-bump

nixos/sd-image: Increase default firmware partition size
This commit is contained in:
Samuel Dionne-Riel 2019-08-18 19:27:09 -04:00 committed by GitHub
commit 9bf534d032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,8 +73,8 @@ in
firmwareSize = mkOption {
type = types.int;
# As of 2019-05-31 the Raspberry pi firmware + u-bot takes ~13MiB
default = 20;
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
default = 30;
description = ''
Size of the /boot/firmware partition, in megabytes.
'';