mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sd-image: firmware partition reduced to 20MiB
This commit is contained in:
parent
53884e1b94
commit
8634d5700d
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ in
|
|||
|
||||
firmwareSize = mkOption {
|
||||
type = types.int;
|
||||
default = 120;
|
||||
# As of 2019-05-31 the Raspberry pi firmware + u-bot takes ~13MiB
|
||||
default = 20;
|
||||
description = ''
|
||||
Size of the /boot/firmware partition, in megabytes.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue