X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-fsck%40.service.xml;h=afd8d9b5eaac13c00b17ebc49192c0a2a105eebe;hp=17bd1c027b898d138501a573c3bd91c74be3fdbb;hb=b16665806a448186f432b47e944f1682284a0182;hpb=64e70e4b86d3f732d3513189312f6220d1d5cfbc diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 17bd1c027..afd8d9b5e 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -63,7 +63,9 @@ check. systemd-fsck-root.service is responsible for file system checks on the root file system. The root file system check is performed - before the other file systems. + before the other file systems. Either service is enabled + at boot if passno in /etc/fstab for + the file system is set to a value greater than zero. systemd-fsck will forward file system checking progress to the @@ -96,6 +98,22 @@ skips any file system checks. + + + fsck.repair= + + One of + preen, + yes, + no. Controls the + mode of operation. The default is + preen, and will automatically repair + problems that can be safely fixed. yes + will answer yes to all questions by + fsck and no will answer no to + all questions. + +