X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fdracut%2Fdracut.conf;h=e9bd566b64035a979f5f0635c671838fdee0f6dd;hp=34e6a667d84600e56b8a38425bd54d7b00c3f243;hb=c3f74288c765d2a97a31cf6a4855ef66528c83b4;hpb=1a01c170110374afcc6b7cfe26e63623e4f3aabb diff --git a/config/dracut/dracut.conf b/config/dracut/dracut.conf index 34e6a667d8..e9bd566b64 100644 --- a/config/dracut/dracut.conf +++ b/config/dracut/dracut.conf @@ -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"