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=62f63110e1564249f69629a2e173edf394867fdd;hb=b16665806a448186f432b47e944f1682284a0182;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 62f63110e..afd8d9b5e 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -62,11 +62,14 @@ system check. systemd-fsck-root.service is responsible for file system checks on the root - file system. + file system. The root file system check is performed + 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 - console. If a file system check fails emergency mode + console. If a file system check fails, emergency mode is activated, by isolating to emergency.target. @@ -77,7 +80,7 @@ systemd-fsck understands one kernel command line parameter: - + fsck.mode= @@ -95,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. + +