mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 08:25:55 +03: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