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:
Lluís Batlle i Rossell 2015-06-10 12:16:25 +02:00
parent deb0ed0810
commit 1c22734cd2
1 changed files with 1 additions and 1 deletions

View File

@ -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)