Manual: Fix bad \" characters
This commit is contained in:
parent
3bfbdcdfbf
commit
7cf0e0bda8
@ -160,7 +160,7 @@ in
|
|||||||
user name to be used for the SSH connection
|
user name to be used for the SSH connection
|
||||||
(<varname>sshUser</varname>), the Nix system type
|
(<varname>sshUser</varname>), the Nix system type
|
||||||
(<varname>system</varname>, e.g.,
|
(<varname>system</varname>, e.g.,
|
||||||
<literal>\"i686-linux\"</literal>), the maximum number of
|
<literal>"i686-linux"</literal>), the maximum number of
|
||||||
jobs to be run in parallel on that machine
|
jobs to be run in parallel on that machine
|
||||||
(<varname>maxJobs</varname>), the path to the SSH private
|
(<varname>maxJobs</varname>), the path to the SSH private
|
||||||
key to be used to connect (<varname>sshKey</varname>), a
|
key to be used to connect (<varname>sshKey</varname>), a
|
||||||
|
@ -95,14 +95,14 @@ in
|
|||||||
options = [ fileSystemOpts ];
|
options = [ fileSystemOpts ];
|
||||||
description = ''
|
description = ''
|
||||||
The file systems to be mounted. It must include an entry for
|
The file systems to be mounted. It must include an entry for
|
||||||
the root directory (<literal>mountPoint = \"/\"</literal>). Each
|
the root directory (<literal>mountPoint = "/"</literal>). Each
|
||||||
entry in the list is an attribute set with the following fields:
|
entry in the list is an attribute set with the following fields:
|
||||||
<literal>mountPoint</literal>, <literal>device</literal>,
|
<literal>mountPoint</literal>, <literal>device</literal>,
|
||||||
<literal>fsType</literal> (a file system type recognised by
|
<literal>fsType</literal> (a file system type recognised by
|
||||||
<command>mount</command>; defaults to
|
<command>mount</command>; defaults to
|
||||||
<literal>\"auto\"</literal>), and <literal>options</literal>
|
<literal>"auto"</literal>), and <literal>options</literal>
|
||||||
(the mount options passed to <command>mount</command> using the
|
(the mount options passed to <command>mount</command> using the
|
||||||
<option>-o</option> flag; defaults to <literal>\"defaults\"</literal>).
|
<option>-o</option> flag; defaults to <literal>"defaults"</literal>).
|
||||||
|
|
||||||
Instead of specifying <literal>device</literal>, you can also
|
Instead of specifying <literal>device</literal>, you can also
|
||||||
specify a volume label (<literal>label</literal>) for file
|
specify a volume label (<literal>label</literal>) for file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user