Enabling back the i8042 module loading at initrd. Otherwise, some

may not get any keyboard driver loaded (as I experienced).

svn path=/nixos/trunk/; revision=19006
This commit is contained in:
Lluís Batlle i Rossell 2009-12-16 23:45:10 +00:00
parent 3f6ca96967
commit eea026d321

View file

@ -156,12 +156,14 @@ let kernel = config.boot.kernelPackages.kernel; in
"unix"
# Misc. stuff.
"i8042" "pcips2" "serio" "atkbd" "xtkbd"
"pcips2" "serio" "atkbd" "xtkbd"
];
boot.initrd.kernelModules =
[ # For LVM.
"dm_mod"
# For usual AT keyboards
"i8042"
];
# The Linux kernel >= 2.6.27 provides firmware.