]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/dracut/dracut.conf
nfs: Update to 2.3.3
[people/pmueller/ipfire-2.x.git] / config / dracut / dracut.conf
index 34e6a667d84600e56b8a38425bd54d7b00c3f243..e9bd566b64035a979f5f0635c671838fdee0f6dd 100644 (file)
@@ -21,6 +21,9 @@
 # additional kernel modules to the default
 #add_drivers+=""
 
+# skip kernel modules (marvell sdio and compat from backports)
+omit_drivers+="libertas libertas_sdio mwifiex mwifiex_sdio compat"
+
 # list of kernel filesystem modules to be included in the generic initramfs
 filesystems+="reiserfs vfat xfs"
 
@@ -28,6 +31,9 @@ filesystems+="reiserfs vfat xfs"
 #hostonly="yes"
 #
 
+# Load microcode for the CPU early
+early_microcode=yes
+
 # install local /etc/mdadm.conf
 #mdadmconf="no"