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:
parent
3f6ca96967
commit
eea026d321
@ -156,12 +156,14 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||||||
"unix"
|
"unix"
|
||||||
|
|
||||||
# Misc. stuff.
|
# Misc. stuff.
|
||||||
"i8042" "pcips2" "serio" "atkbd" "xtkbd"
|
"pcips2" "serio" "atkbd" "xtkbd"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.kernelModules =
|
boot.initrd.kernelModules =
|
||||||
[ # For LVM.
|
[ # For LVM.
|
||||||
"dm_mod"
|
"dm_mod"
|
||||||
|
# For usual AT keyboards
|
||||||
|
"i8042"
|
||||||
];
|
];
|
||||||
|
|
||||||
# The Linux kernel >= 2.6.27 provides firmware.
|
# The Linux kernel >= 2.6.27 provides firmware.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user