nixos manual: add a note about "nofail" FS option
Close #1858, as I think the points have been well resolved.
This commit is contained in:
parent
f5939cde52
commit
eb4792a03f
@ -35,6 +35,12 @@ or <literal>ext4</literal>, then it’s best to specify
|
|||||||
<option>fsType</option> to ensure that the kernel module is
|
<option>fsType</option> to ensure that the kernel module is
|
||||||
available.</para>
|
available.</para>
|
||||||
|
|
||||||
|
<note><para>System startup will fail if any of the filesystems fails to mount,
|
||||||
|
dropping you to the emergency shell.
|
||||||
|
You can make a mount asynchronous and non-critical by adding
|
||||||
|
<literal>options = [ "nofail" ];</literal>.
|
||||||
|
</para></note>
|
||||||
|
|
||||||
<xi:include href="luks-file-systems.xml" />
|
<xi:include href="luks-file-systems.xml" />
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user