90kernel-modules/module-setup.sh: add sg kernel module
Fixes udevd messages about failure of `modprobe -bv sg`.master
parent
5bfebf0f04
commit
c6a2ebffe5
|
@ -25,7 +25,7 @@ installkernel() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install_block_modules () {
|
install_block_modules () {
|
||||||
hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix
|
hostonly='' instmods sg sr_mod sd_mod scsi_dh ata_piix
|
||||||
instmods \
|
instmods \
|
||||||
scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
||||||
=ide nvme vmd \
|
=ide nvme vmd \
|
||||||
|
|
Loading…
Reference in New Issue