mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
increase default firmware partition size
This commit is contained in:
parent
441d32f1e4
commit
3ca8c6898a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ in {
|
||||||
firmwareSize = mkOption {
|
firmwareSize = mkOption {
|
||||||
type = types.int;
|
type = types.int;
|
||||||
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
|
# As of 2019-08-18 the Raspberry pi firmware + u-boot takes ~18MiB
|
||||||
default = 30;
|
default = 128;
|
||||||
description = ''
|
description = ''
|
||||||
Size of the /boot/firmware partition, in megabytes.
|
Size of the /boot/firmware partition, in megabytes.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue