This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via a760a5cfa96c9f383bf3244e07a34d13f97cbc63 (commit) from 7b757df70fb4caa70eb0f3a0e0cd1af7c9adaea1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a760a5cfa96c9f383bf3244e07a34d13f97cbc63 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Feb 8 13:53:13 2016 +0100
dracut: remove marvell sdio modules from initrd.
this allows to switch to uap module on dreamplug.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/dracut/dracut.conf | 3 +++ config/rootfiles/core/98/filelists/files | 1 + 2 files changed, 4 insertions(+)
Difference in files: diff --git a/config/dracut/dracut.conf b/config/dracut/dracut.conf index 34e6a66..52bba9c 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 3e5063a..5fe6b73 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
hooks/post-receive -- IPFire 2.x development tree