From: Cristian Rodríguez Date: Wed, 1 Jul 2015 23:15:13 +0000 (-0300) Subject: systemd: if kdbus is available, include the kernel module X-Git-Tag: 044~162^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F77%2Fhead;p=thirdparty%2Fdracut.git systemd: if kdbus is available, include the kernel module --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index ed55fccc4..e763d9f2f 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 + instmods -s efivarfs kdbus } # called by dracut