diff options
author | Harald Hoyer <harald@redhat.com> | 2013-07-17 11:59:46 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-07-17 12:00:04 +0200 |
commit | 35857f556ce9150f37a194e5c9f840212eef0870 (patch) | |
tree | 81e5b57d1d225876d5433e56cff98625b57f1ede /modules.d | |
parent | a6865e6897b27e1013d63a5534553859242f4259 (diff) | |
download | dracut-35857f556ce9150f37a194e5c9f840212eef0870.tar.gz dracut-35857f556ce9150f37a194e5c9f840212eef0870.tar.bz2 dracut-35857f556ce9150f37a194e5c9f840212eef0870.zip |
systemd: add systemd-fsck-root.service
Diffstat (limited to 'modules.d')
-rwxr-xr-x | modules.d/98systemd/module-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index 4049160f..1fd95da3 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 \ |