]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90kernel-modules: remove nfit from static module list
authorMartin Wilck <mwilck@suse.com>
Thu, 30 Jan 2020 14:44:28 +0000 (15:44 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 6 Mar 2020 09:52:06 +0000 (10:52 +0100)
The 90nvdimm module now resolves the nfit dependency when it's
necessary, so it's not necessary any more to pack it always.

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

index 2ca4b7192d1214963d3138a7898d9ef3529cd025..bc3810cc4434f04bfc42b3042ed4234cb8d2cb41 100755 (executable)
@@ -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"