diff options
author | Andrey Chaser <chaser.andrey@gmail.com> | 2015-01-08 16:21:06 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-08 16:33:59 -0500 |
commit | 7376e835289a3f97174a641a1ca4b7dbda997030 (patch) | |
tree | 229c16233ebb20bb2a49a045a9f05e426135d31a /man | |
parent | d2f0e78f2b72620ecf088ea756f9958e947f1182 (diff) |
cryptsetup: support header= option
https://bugs.freedesktop.org/show_bug.cgi?id=66396
Diffstat (limited to 'man')
-rw-r--r-- | man/crypttab.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/crypttab.xml b/man/crypttab.xml index 42caf34308..737b232335 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -142,6 +142,18 @@ </varlistentry> <varlistentry> + <term><option>header=</option></term> + + <listitem><para>Use a detached (separated) + metadata device or file where the LUKS header + is stored. This option is only relevant for + LUKS devices. See + <citerefentry><refentrytitle>cryptsetup</refentrytitle><manvolnum>8</manvolnum></citerefentry> + for possible values and the default value of + this option.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>keyfile-offset=</option></term> <listitem><para>Specifies the number of bytes to |