kernel-modules: add sdhci_acpi to the static list of kernel modules
Thanks Adam Williamson! https://bugzilla.redhat.com/show_bug.cgi?id=1063556master
parent
9835859f21
commit
a0b2c69441
|
|
@ -46,7 +46,8 @@ installkernel() {
|
|||
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 \
|
||||
pcmcia usb_storage nvme hid-hyperv hv-vmbus
|
||||
pcmcia usb_storage nvme hid-hyperv hv-vmbus \
|
||||
sdhci_acpi
|
||||
|
||||
if [[ "$(uname -p)" == arm* ]]; then
|
||||
# arm specific modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue