From: Harald Hoyer Date: Wed, 5 Feb 2014 12:58:33 +0000 (+0100) Subject: systemd: add sys-kernel-config.mount X-Git-Tag: RHEL-7.1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a367bed83602ce482132f36dfb6047261fb930db;p=thirdparty%2Fdracut.git systemd: add sys-kernel-config.mount --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 91a6559d7..5081a5ab7 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 \