From 880a599e262b9193219e612d827b35bb0c292dae Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 29 Jun 2012 14:36:37 +0200 Subject: cryptsetup: add keyfile-offset= support This is useful if your keyfile is a block device, and you want to use a specific part of it, such as an area between the MBR and the first partition. This feature is documented in the Arch wiki[0], and has been supported by the Arch initscripts, so would be nice to get this into systemd. This requires libcryptsetup >= 1.4.2 (released 12.4.2012). Acked-by: Paul Menzel [0]: --- man/crypttab.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/crypttab.xml') diff --git a/man/crypttab.xml b/man/crypttab.xml index f3bde71b4f..2fa8e8940f 100644 --- a/man/crypttab.xml +++ b/man/crypttab.xml @@ -130,6 +130,18 @@ + + keyfile-offset= + + Specifies the number + of bytes to skip at the start of + the keyfile; see + cryptsetup8 + for possible values and the default + value of this option. + + + hash= -- cgit v1.2.3-54-g00ecf