Blame 0014-systemd-add-sys-kernel-config.mount.patch

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