Enable uboot to solve /boot space issues
This commit is contained in:
parent
aba0a306bc
commit
14f0a10417
|
@ -8,6 +8,8 @@
|
||||||
boot.loader.raspberryPi = {
|
boot.loader.raspberryPi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 3;
|
version = 3;
|
||||||
|
uboot.enable = true;
|
||||||
|
uboot.configurationLimit = 1;
|
||||||
firmwareConfig = ''
|
firmwareConfig = ''
|
||||||
gpu_mem=192
|
gpu_mem=192
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
|
|
Loading…
Reference in New Issue