]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: if kdbus is available, include the kernel module 77/head
authorCristian Rodríguez <crrodriguez@opensuse.org>
Wed, 1 Jul 2015 23:15:13 +0000 (20:15 -0300)
committerHarald Hoyer <harald@redhat.com>
Thu, 2 Jul 2015 00:02:51 +0000 (02:02 +0200)
modules.d/00systemd/module-setup.sh

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