]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: add sys-kernel-config.mount
authorHarald Hoyer <harald@redhat.com>
Wed, 5 Feb 2014 12:58:33 +0000 (13:58 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 09:52:06 +0000 (11:52 +0200)
modules.d/98systemd/module-setup.sh

index 91a6559d79cb7f02819235a3ef769c37e6368a16..5081a5ab795c216c91f869a3b1fe74290ef88393 100755 (executable)
@@ -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 \