]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Revert "systemd: if kdbus is available, include the kernel module"
authorHarald Hoyer <harald@redhat.com>
Wed, 18 Nov 2015 11:46:44 +0000 (12:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 23 Nov 2015 10:08:06 +0000 (11:08 +0100)
This reverts commit 90ff5ad67ecab66a8f699c9805729701981ee018.

There will be no kdbus anymore :-/

modules.d/00systemd/module-setup.sh

index da95aeece2ad2944100e33c16519cb98525cdd9d..50b3b8cf4d26a4ca6bfa846cd8aa7a1dc0ab2a6c 100755 (executable)
@@ -19,7 +19,7 @@ depends() {
 
 installkernel() {
     hostonly='' instmods autofs4 ipv6
-    instmods -s efivarfs kdbus
+    instmods -s efivarfs
 }
 
 # called by dracut