diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-19 11:38:42 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-19 12:23:17 +0200 |
commit | a7623afb7a48ab1d7b5b24fbd5f1033acfb2301c (patch) | |
tree | d7ca2f0a633d4554f822c97bfa3540eeb23eeba8 /Makefile.am | |
parent | d09ee17da21b7ca2259067ac4e54f8a1cc3c0fc0 (diff) |
fsck-root: only run when requested in fstab
fsck-root is redundant in case an initrd is used, or in case the rootfs
is never remounted 'rw', so the new default is the correct behavior for
most users. For the rest, they should enable it in fstab.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ca01179e82..a29a32a5d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4447,7 +4447,6 @@ SYSINIT_TARGET_WANTS += \ systemd-update-utmp.service LOCAL_FS_TARGET_WANTS += \ systemd-remount-fs.service \ - systemd-fsck-root.service \ tmp.mount MULTI_USER_TARGET_WANTS += \ getty.target \ |