From 1a2290ea7905c60f6b12bac7b753c53aeb29728d Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 18 Nov 2015 12:46:44 +0100 Subject: [PATCH] Revert "systemd: if kdbus is available, include the kernel module" This reverts commit 90ff5ad67ecab66a8f699c9805729701981ee018. There will be no kdbus anymore :-/ --- 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 da95aeece..50b3b8cf4 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 kdbus + instmods -s efivarfs } # called by dracut -- 2.47.3