summaryrefslogtreecommitdiff
path: root/man/crypttab.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-19 17:48:50 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-26 17:11:34 +0200
commit53ac130b51dc8b57e2b8af6f279e0b887408a8c3 (patch)
treefed66a0f3e2c8a8ba1b5b7e782e7ef1511f2f5c9 /man/crypttab.xml
parent92a08691c21a2472fe00c441aa7ed553b9c93dbb (diff)
downloadsystemd-53ac130b51dc8b57e2b8af6f279e0b887408a8c3.tar.gz
cryptsetup: support tmp= file system argument
Let's catch up with Debian a bit more. This also changes the default from ext2 to ext4. Fixes: #952
Diffstat (limited to 'man/crypttab.xml')
-rw-r--r--man/crypttab.xml19
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>