]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
kernel-modules: include all HID driver in hostonly mode
authorHarald Hoyer <harald@redhat.com>
Wed, 9 Dec 2015 13:14:46 +0000 (14:14 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 9 Dec 2015 13:14:46 +0000 (14:14 +0100)
If a kernel is updated in the undocked state and later on docked, some
keyboard modules can be missing.

Thus include all HID drivers.

modules.d/90kernel-modules/module-setup.sh

index 41bf37dfc2ec01dafc270a22fdf3123d15eb9b51..c5f239759baebdc39b90260458cf5fdc03872ef8 100755 (executable)
@@ -41,7 +41,7 @@ installkernel() {
             uhci-hcd \
             xhci-hcd xhci-pci xhci-plat-hcd
 
-        instmods \
+        hostonly='' instmods \
             "=drivers/hid" \
             "=drivers/input/serio" \
             "=drivers/input/keyboard"