You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
6 years ago
|
From a367bed83602ce482132f36dfb6047261fb930db Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 5 Feb 2014 13:58:33 +0100
|
||
|
Subject: [PATCH] systemd: add sys-kernel-config.mount
|
||
|
|
||
|
---
|
||
|
modules.d/98systemd/module-setup.sh | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
|
||
|
index 91a6559d..5081a5ab 100755
|
||
|
--- a/modules.d/98systemd/module-setup.sh
|
||
|
+++ b/modules.d/98systemd/module-setup.sh
|
||
|
@@ -41,6 +41,7 @@ install() {
|
||
|
$systemdutildir/systemd-modules-load \
|
||
|
$systemdutildir/systemd-vconsole-setup \
|
||
|
$systemdutildir/system-generators/systemd-fstab-generator \
|
||
|
+ \
|
||
|
$systemdsystemunitdir/cryptsetup.target \
|
||
|
$systemdsystemunitdir/emergency.target \
|
||
|
$systemdsystemunitdir/sysinit.target \
|
||
|
@@ -69,6 +70,9 @@ install() {
|
||
|
$systemdsystemunitdir/timers.target \
|
||
|
$systemdsystemunitdir/paths.target \
|
||
|
$systemdsystemunitdir/umount.target \
|
||
|
+ \
|
||
|
+ $systemdsystemunitdir/sys-kernel-config.mount \
|
||
|
+ \
|
||
|
$systemdsystemunitdir/kmod-static-nodes.service \
|
||
|
$systemdsystemunitdir/systemd-tmpfiles-setup-dev.service \
|
||
|
$systemdsystemunitdir/systemd-ask-password-console.path \
|