From: Arne Fitzenreiter Date: Mon, 8 Feb 2016 12:53:13 +0000 (+0100) Subject: dracut: remove marvell sdio modules from initrd. X-Git-Tag: v2.19-core100~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a760a5cfa96c9f383bf3244e07a34d13f97cbc63;p=ipfire-2.x.git dracut: remove marvell sdio modules from initrd. this allows to switch to uap module on dreamplug. Signed-off-by: Arne Fitzenreiter --- diff --git a/config/dracut/dracut.conf b/config/dracut/dracut.conf index 34e6a667d8..52bba9c629 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" diff --git a/config/rootfiles/core/98/filelists/files b/config/rootfiles/core/98/filelists/files index 3e5063ade5..5fe6b73901 100644 --- a/config/rootfiles/core/98/filelists/files +++ b/config/rootfiles/core/98/filelists/files @@ -1,5 +1,6 @@ etc/system-release etc/issue +etc/dracut.conf etc/ppp/ip-up etc/rc.d/init.d/firewall etc/rc.d/init.d/networking/dhcpcd.exe