a20c0e9d68
- add module-load.d modules to the initramfs - add sysctl.d to the initramfs - optimize plymouth module for systemd mode - add new dracut parameter "--regenerate-all" - add new dracut parameter "--noimageifnotneeded" - shutdown: mount move /run /sys /dev /proc out of /oldroot before pre-shutdown - add bash completion for dracut
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 8fdcc1a9b1371b2b1d5c4e4b3ae077546f169459 Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Wed, 13 Mar 2013 14:46:39 +0100
|
|
Subject: [PATCH] kernel-modules: move usb-storage out of fixed drivers
|
|
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index aa1bafc..7d7da83 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -36,13 +36,13 @@ installkernel() {
|
|
}
|
|
|
|
hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix \
|
|
- pcmcia usb_storage \
|
|
ehci-hcd ehci-pci ehci-platform ohci-hcd uhci-hcd xhci-hcd hid_generic \
|
|
unix
|
|
|
|
instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
|
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|
|
- hid-logitech-dj hid-microsoft firewire-ohci
|
|
+ hid-logitech-dj hid-microsoft firewire-ohci \
|
|
+ pcmcia usb_storage
|
|
|
|
if [[ "$(uname -p)" == arm* ]]; then
|
|
# arm specific modules
|