Skip to content

Commit

Permalink
nixos manual: add a note about "nofail" FS option
Browse files Browse the repository at this point in the history
Close #1858, as I think the points have been well resolved.
  • Loading branch information
vcunat committed Apr 30, 2017
1 parent f5939cd commit eb4792a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nixos/doc/manual/configuration/file-systems.xml
Expand Up @@ -35,6 +35,12 @@ or <literal>ext4</literal>, then it’s 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>

0 comments on commit eb4792a

Please sign in to comment.