diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/kernel-command-line.xml | 11 | ||||
-rw-r--r-- | man/systemd-fsck@.service.xml | 16 |
2 files changed, 27 insertions, 0 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index dbfec61289..a276b7141d 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -193,6 +193,17 @@ </varlistentry> <varlistentry> + <term><varname>fsck.repair=</varname></term> + + <listitem> + <para>Parameter understood by + the file system checker + services. For details, see + <citerefentry><refentrytitle>systemd-fsck@.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>quotacheck.mode=</varname></term> <listitem> diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index c653dc59d4..afd8d9b5ea 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -98,6 +98,22 @@ skips any file system checks.</para></listitem> </varlistentry> + + <varlistentry> + <term><varname>fsck.repair=</varname></term> + + <listitem><para>One of + <literal>preen</literal>, + <literal>yes</literal>, + <literal>no</literal>. Controls the + mode of operation. The default is <literal> + preen</literal>, and will automatically repair + problems that can be safely fixed. <literal>yes + </literal> will answer yes to all questions by + fsck and <literal>no</literal> will answer no to + all questions. + </para></listitem> + </varlistentry> </variablelist> </refsect1> |