Merge pull request #3553 from vcunat/p/keyboards
initrd.availableKernelModules: add support for keyboards
This commit is contained in:
commit
0d95c5c647
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user