]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
kernel-modules: add ohci-pci to the list of forced module installs
authorHarald Hoyer <harald@redhat.com>
Thu, 14 Nov 2013 09:07:04 +0000 (10:07 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:03 +0000 (11:52 +0200)
modules.d/90kernel-modules/module-setup.sh

index 366235ca903730b4ce407f7cc4bb8df8b87d1480..510b43e1c0c736aef9ad238af5d2a6399bb5f0fd 100755 (executable)
@@ -35,9 +35,12 @@ installkernel() {
             return 0
         }
 
-        hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
-            ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
-            unix
+        hostonly='' instmods \
+            sr_mod sd_mod scsi_dh ata_piix hid_generic unix \
+            ehci-hcd ehci-pci ehci-platform \
+            ohci-hcd ohci-pci \
+            uhci-hcd \
+            xhci-hcd
 
         instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
             atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \