* Add support for USB keyboards in stage 1.

svn path=/nixos/trunk/; revision=7811
This commit is contained in:
Eelco Dolstra 2007-01-30 12:49:18 +00:00
parent b01ef92437
commit b0b776c04a

View File

@ -132,6 +132,11 @@
"ide-disk" "ide-disk"
"ide-generic" "ide-generic"
"ext3" "ext3"
# Support USB keyboards, in case the boot fails and we only have
# a USB keyboard.
"ehci_hcd"
"ohci_hcd"
"usbhid"
]; ];
description = " description = "
The set of kernel modules in the initial ramdisk used during the The set of kernel modules in the initial ramdisk used during the