From: Harald Hoyer Date: Wed, 18 Nov 2015 11:46:44 +0000 (+0100) Subject: Revert "systemd: if kdbus is available, include the kernel module" X-Git-Tag: 044~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2290ea7905c60f6b12bac7b753c53aeb29728d;p=thirdparty%2Fdracut.git Revert "systemd: if kdbus is available, include the kernel module" This reverts commit 90ff5ad67ecab66a8f699c9805729701981ee018. There will be no kdbus anymore :-/ --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index da95aeece..50b3b8cf4 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -19,7 +19,7 @@ depends() { installkernel() { hostonly='' instmods autofs4 ipv6 - instmods -s efivarfs kdbus + instmods -s efivarfs } # called by dracut