From: Harald Hoyer Date: Wed, 17 Jul 2013 09:59:46 +0000 (+0200) Subject: systemd: add systemd-fsck-root.service X-Git-Tag: 030~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35857f556ce9150f37a194e5c9f840212eef0870;p=thirdparty%2Fdracut.git systemd: add systemd-fsck-root.service --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 4049160f7..1fd95da3d 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -81,6 +81,7 @@ install() { $systemdsystemunitdir/systemd-reboot.service \ $systemdsystemunitdir/systemd-kexec.service \ $systemdsystemunitdir/systemd-fsck@.service \ + $systemdsystemunitdir/systemd-fsck-root.service \ $systemdsystemunitdir/systemd-udevd.service \ $systemdsystemunitdir/systemd-udev-trigger.service \ $systemdsystemunitdir/systemd-udev-settle.service \