mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
kernel: enable EFI initrd loader
Initrd loader is not enabled by default in some aarch64 kernels, which makes systemd-boot booted kernels fail by default, add this everywhere, since this is a sane default even when it's already in some kernel defaults.
This commit is contained in:
parent
4fb183ae2e
commit
6b7671d4ae
@ -756,6 +756,8 @@ let
|
||||
DVB_DYNAMIC_MINORS = option yes; # we use udev
|
||||
|
||||
EFI_STUB = yes; # EFI bootloader in the bzImage itself
|
||||
EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER =
|
||||
whenAtLeast "5.8" yes; # initrd kernel parameter for EFI
|
||||
CGROUPS = yes; # used by systemd
|
||||
FHANDLE = yes; # used by systemd
|
||||
SECCOMP = yes; # used by systemd >= 231
|
||||
|
Loading…
Reference in New Issue
Block a user