Merge pull request #140587 from jkarlson/efiloader

kernel: enable EFI initrd loader
This commit is contained in:
Samuel Dionne-Riel 2021-10-15 22:02:59 -04:00 committed by GitHub
commit 8591a11495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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