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

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