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:
Vladimír Čunát 2017-04-30 14:10:30 +02:00
parent f5939cde52
commit eb4792a03f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -35,6 +35,12 @@ or <literal>ext4</literal>, then its best to specify
<option>fsType</option> to ensure that the kernel module is
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" />
</chapter>