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