kernel-modules: Drop explicit modules that are found with block_module_filter
The usb_storage, nvme and sdhci_acpi modules are discovered with the block_module_filter so there's no need to explicitly list them here. Signed-off-by: <pbrobinson@gmail.com>master
parent
5cac9e14ec
commit
27dcc3a583
|
|
@ -44,8 +44,7 @@ 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 hid-lcpower firewire-ohci \
|
||||
pcmcia usb_storage nvme hid-hyperv hv-vmbus \
|
||||
sdhci_acpi hyperv-keyboard
|
||||
pcmcia hid-hyperv hv-vmbus hyperv-keyboard
|
||||
|
||||
if [[ "$(uname -p)" == arm* ]]; then
|
||||
# arm specific modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue