mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +03:00
man: there's actually no "fail" fstab option, but only "nofail"
This commit is contained in:
parent
c106cc36b9
commit
deb6120920
@ -196,16 +196,13 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>nofail</option></term>
|
<term><option>nofail</option></term>
|
||||||
<term><option>fail</option></term>
|
|
||||||
|
|
||||||
<listitem><para>With <option>nofail</option> this
|
<listitem><para>With <option>nofail</option> this
|
||||||
mount will be only wanted, not required, by
|
mount will be only wanted, not required, by
|
||||||
<filename>local-fs.target</filename> or
|
<filename>local-fs.target</filename> or
|
||||||
<filename>remote-fs.target</filename>. This means
|
<filename>remote-fs.target</filename>. This means
|
||||||
that the boot will continue even if this mount
|
that the boot will continue even if this mount
|
||||||
point is not mounted successfully. Option
|
point is not mounted successfully.</para>
|
||||||
<option>fail</option> has the opposite meaning and
|
|
||||||
is the default.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user