Blame 0008-systemd-if-kdbus-is-available-include-the-kernel-mod.patch
|
Harald Hoyer |
0840a3 |
From 90ff5ad67ecab66a8f699c9805729701981ee018 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
0840a3 |
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
|
|
Harald Hoyer |
0840a3 |
Date: Wed, 1 Jul 2015 20:15:13 -0300
|
|
Harald Hoyer |
0840a3 |
Subject: [PATCH] systemd: if kdbus is available, include the kernel module
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
0840a3 |
---
|
|
Harald Hoyer |
0840a3 |
modules.d/00systemd/module-setup.sh | 2 +-
|
|
Harald Hoyer |
0840a3 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
0840a3 |
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
|
|
Harald Hoyer |
0840a3 |
index ed55fcc..e763d9f 100755
|
|
Harald Hoyer |
0840a3 |
--- a/modules.d/00systemd/module-setup.sh
|
|
Harald Hoyer |
0840a3 |
+++ b/modules.d/00systemd/module-setup.sh
|
|
Harald Hoyer |
0840a3 |
@@ -19,7 +19,7 @@ depends() {
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
0840a3 |
installkernel() {
|
|
Harald Hoyer |
0840a3 |
hostonly='' instmods autofs4 ipv6
|
|
Harald Hoyer |
0840a3 |
- instmods -s efivarfs
|
|
Harald Hoyer |
0840a3 |
+ instmods -s efivarfs kdbus
|
|
Harald Hoyer |
0840a3 |
}
|
|
Harald Hoyer |
0840a3 |
|
|
Harald Hoyer |
0840a3 |
# called by dracut
|