diff options
Diffstat (limited to 'man/crypttab.xml')
-rw-r--r-- | man/crypttab.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 3942fe67f9..3170e5880f 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -393,18 +393,17 @@ </varlistentry> <varlistentry> - <term><option>tmp</option></term> + <term><option>tmp=</option></term> - <listitem><para>The encrypted block device will be prepared - for using it as <filename>/tmp</filename>; it will be - formatted using - <citerefentry project='man-pages'><refentrytitle>mke2fs</refentrytitle><manvolnum>8</manvolnum></citerefentry>. - This option implies <option>plain</option>.</para> + <listitem><para>The encrypted block device will be prepared for using it as + <filename>/tmp/</filename>; it will be formatted using <citerefentry + project='man-pages'><refentrytitle>mkfs</refentrytitle><manvolnum>8</manvolnum></citerefentry>. Takes + a file system type as argument, such as <literal>ext4</literal>, <literal>xfs</literal> or + <literal>btrfs</literal>. If no argument is specified defaults to <literal>ext4</literal>. This + option implies <option>plain</option>.</para> - <para>WARNING: Using the <option>tmp</option> option will - destroy the contents of the named partition during every boot, - so make sure the underlying block device is specified - correctly.</para></listitem> + <para>WARNING: Using the <option>tmp</option> option will destroy the contents of the named partition + during every boot, so make sure the underlying block device is specified correctly.</para></listitem> </varlistentry> <varlistentry> |