4734ecf5fb
- fixed PATH shortener - also install /etc/system-fips in the initramfs - nbd, do not fail in hostonly mode - add ohci-pci to the list of hardcoded modules - lvm: do not run pvscan for lvmetad - network fixes - skip crypt swaps with password files - fixed i18n
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 28609baf6e9581ea97c4550340e2a6031c1b6fbd Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 14 Nov 2013 10:07:04 +0100
|
|
Subject: [PATCH] kernel-modules: add ohci-pci to the list of forced module
|
|
installs
|
|
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 9 ++++++---
|
|
1 file changed, 6 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index 2100336..d65e92b 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -36,9 +36,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 \
|