Browse Source

90kernel-modules: remove nfit from static module list

The 90nvdimm module now resolves the nfit dependency when it's
necessary, so it's not necessary any more to pack it always.
master
Martin Wilck 5 years ago committed by Harald Hoyer
parent
commit
18420d9ce5
  1. 2
      modules.d/90kernel-modules/module-setup.sh

2
modules.d/90kernel-modules/module-setup.sh

@ -28,7 +28,7 @@ installkernel() { @@ -28,7 +28,7 @@ installkernel() {
hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix
instmods \
scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
=ide nvme vmd nfit \
=ide nvme vmd \
virtio_blk

dracut_instmods -o -s "${_blockfuncs}" "=drivers"

Loading…
Cancel
Save