Browse Source

Merge pull request #77 from dracut-mailing-devs/1435792513-2222-1-git-send-email-crrodriguez@opensuse.org

systemd: if kdbus is available, include the kernel module
master
Harald Hoyer 10 years ago
parent
commit
59815841e9
  1. 2
      modules.d/00systemd/module-setup.sh

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

@ -19,7 +19,7 @@ depends() { @@ -19,7 +19,7 @@ depends() {

installkernel() {
hostonly='' instmods autofs4 ipv6
instmods -s efivarfs
instmods -s efivarfs kdbus
}

# called by dracut

Loading…
Cancel
Save