Forcing the load of atkbd in initrd.
In some computers, having the module available does not really load it, therefore, it results in not having the keyboard avaiable in initrd.
This commit is contained in:
@@ -159,7 +159,7 @@ in
|
||||
|
||||
boot.kernel.sysctl."kernel.printk" = config.boot.consoleLogLevel;
|
||||
|
||||
boot.kernelModules = [ "loop" "configs" ];
|
||||
boot.kernelModules = [ "loop" "configs" "atkbd" ];
|
||||
|
||||
boot.initrd.availableKernelModules =
|
||||
[ # Note: most of these (especially the SATA/PATA modules)
|
||||
|
||||
Reference in New Issue
Block a user