mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
raspberrypi-bootloader: pass initrd to kernel
NixOS is unable to boot using the RPi bootloader (w/o U-Boot) unless the initrd is configured.
This commit is contained in:
parent
e2fbada6f8
commit
eadb9c822b
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ let
|
||||||
kernel=u-boot-rpi.bin
|
kernel=u-boot-rpi.bin
|
||||||
'' else ''
|
'' else ''
|
||||||
kernel=kernel.img
|
kernel=kernel.img
|
||||||
|
initramfs initrd followkernel
|
||||||
'') + optional (cfg.firmwareConfig != null) cfg.firmwareConfig);
|
'') + optional (cfg.firmwareConfig != null) cfg.firmwareConfig);
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue