forked from mirrors/nixpkgs
nixos/stage-1: Do not allow missing kernel modules in initrd
This commit is contained in:
parent
24b7d0de7b
commit
fdf32154fc
|
@ -22,7 +22,7 @@ let
|
|||
rootModules = config.boot.initrd.availableKernelModules ++ config.boot.initrd.kernelModules;
|
||||
kernel = modulesTree;
|
||||
firmware = firmware;
|
||||
allowMissing = true;
|
||||
allowMissing = false;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue