kernel-modules/module-setup.sh: add nvme kernel module
apparently not caught by the block driver regexp https://bugzilla.redhat.com/show_bug.cgi?id=910734master
parent
6625c085ae
commit
af2716626a
|
|
@ -42,7 +42,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 firewire-ohci \
|
||||
pcmcia usb_storage
|
||||
pcmcia usb_storage nvme
|
||||
|
||||
if [[ "$(uname -p)" == arm* ]]; then
|
||||
# arm specific modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue