23 lines
725 B
Diff
23 lines
725 B
Diff
|
From 90ff5ad67ecab66a8f699c9805729701981ee018 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
|
||
|
Date: Wed, 1 Jul 2015 20:15:13 -0300
|
||
|
Subject: [PATCH] systemd: if kdbus is available, include the kernel module
|
||
|
|
||
|
---
|
||
|
modules.d/00systemd/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
|
||
|
index ed55fcc..e763d9f 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
|