mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
NixOS kernels should support ELF executables
This commit is contained in:
parent
3d20a308af
commit
feb010a366
@ -230,6 +230,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
||||
system.requiredKernelConfig = with config.lib.kernelConfig; [
|
||||
(isYes "MODULES")
|
||||
(isYes "BLK_DEV_INITRD")
|
||||
(isYes "BINFMT_ELF")
|
||||
];
|
||||
|
||||
# nixpkgs kernels are assumed to have all required features
|
||||
|
Loading…
Reference in New Issue
Block a user