nixos/sd-image: Increase default firmware partition size
This commit is contained in:
parent
fcacab714d
commit
e0cf7d6093
|
@ -73,8 +73,8 @@ in
|
||||||
|
|
||||||
firmwareSize = mkOption {
|
firmwareSize = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
# As of 2019-05-31 the Raspberry pi firmware + u-bot takes ~13MiB
|
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
|
||||||
default = 20;
|
default = 30;
|
||||||
description = ''
|
description = ''
|
||||||
Size of the /boot/firmware partition, in megabytes.
|
Size of the /boot/firmware partition, in megabytes.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue