initrd.availableKernelModules: add support for keyboards

As explained in #2169, some keyboards need special drivers,
so these are always added, both on installation and normal systems.
This commit is contained in:
Vladimír Čunát 2014-08-12 20:00:01 +02:00
parent bcdbbf3ea1
commit 02cb604fd6
2 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@
{
# The initrd has to contain any module that might be necessary for
# mounting the CD/DVD.
# supporting the most important parts of HW like drives.
boot.initrd.availableKernelModules =
[ # SATA/PATA support.
"ahci"
@ -43,7 +43,7 @@
"virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "virtio_console"
# Keyboards
"hid_apple"
"usbhid" "hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
];
# Include lots of firmware.

View file

@ -195,6 +195,7 @@ in
"xhci_hcd"
"usbhid"
"hid_generic"
"hid_apple" "hid_logitech_dj" "hid_lenovo_tpkbd" "hid_roccat"
# Unix domain sockets (needed by udev).
"unix"