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 /man/systemd-fsck@.service.xml | |
parent | d09ee17da21b7ca2259067ac4e54f8a1cc3c0fc0 (diff) | |
download | systemd-a7623afb7a48ab1d7b5b24fbd5f1033acfb2301c.tar.gz |
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 'man/systemd-fsck@.service.xml')
-rw-r--r-- | man/systemd-fsck@.service.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 17bd1c027b..811392b19a 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -63,7 +63,9 @@ check. <filename>systemd-fsck-root.service</filename> is responsible for file system checks on the root file system. The root file system check is performed - before the other file systems.</para> + before the other file systems. Either service is enabled + at boot if passno in <filename>/etc/fstab</filename> for + the filesystem is set to a value greater than zero.</para> <para><filename>systemd-fsck</filename> will forward file system checking progress to the |