mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue