forked from mirrors/nixpkgs
Merge pull request #78430 from puckipedia/fix-initrd-silent
nixos/stage-1: Do not allow missing kernel modules in initrd
This commit is contained in:
commit
187af93c19
|
@ -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