Blame SOURCES/0129-systemd-add-sys-kernel-config.mount.patch

18971c
From a367bed83602ce482132f36dfb6047261fb930db Mon Sep 17 00:00:00 2001
18971c
From: Harald Hoyer <harald@redhat.com>
18971c
Date: Wed, 5 Feb 2014 13:58:33 +0100
18971c
Subject: [PATCH] systemd: add sys-kernel-config.mount
18971c
18971c
---
18971c
 modules.d/98systemd/module-setup.sh | 4 ++++
18971c
 1 file changed, 4 insertions(+)
18971c
18971c
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
18971c
index 91a6559d..5081a5ab 100755
18971c
--- a/modules.d/98systemd/module-setup.sh
18971c
+++ b/modules.d/98systemd/module-setup.sh
18971c
@@ -41,6 +41,7 @@ install() {
18971c
         $systemdutildir/systemd-modules-load \
18971c
         $systemdutildir/systemd-vconsole-setup \
18971c
         $systemdutildir/system-generators/systemd-fstab-generator \
18971c
+        \
18971c
         $systemdsystemunitdir/cryptsetup.target \
18971c
         $systemdsystemunitdir/emergency.target \
18971c
         $systemdsystemunitdir/sysinit.target \
18971c
@@ -69,6 +70,9 @@ install() {
18971c
         $systemdsystemunitdir/timers.target \
18971c
         $systemdsystemunitdir/paths.target \
18971c
         $systemdsystemunitdir/umount.target \
18971c
+        \
18971c
+        $systemdsystemunitdir/sys-kernel-config.mount \
18971c
+        \
18971c
         $systemdsystemunitdir/kmod-static-nodes.service \
18971c
         $systemdsystemunitdir/systemd-tmpfiles-setup-dev.service \
18971c
         $systemdsystemunitdir/systemd-ask-password-console.path \