From 6cd5b12aa5a62d6bf4afb78ec1a7787ff01b54ce Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 2 Dec 2014 18:49:29 +0100 Subject: cryptsetup-generator: Add support for UUID-specific key files on kernel command line --- man/systemd-cryptsetup-generator.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml index ff94e88f99..d4a9cc73ec 100644 --- a/man/systemd-cryptsetup-generator.xml +++ b/man/systemd-cryptsetup-generator.xml @@ -165,11 +165,16 @@ luks.key= rd.luks.key= - Takes a password file as argument. + Takes a password file name as argument or + a LUKS super block UUID followed by a '=' and a password + file name. + For those entries specified with rd.luks.uuid= or luks.uuid=, - the password file will be set to the password file specified by - rd.luks.key= or luks.key + the password file will be set to the one specified by + rd.luks.key= or luks.key= + of the corresponding UUID, or the password file that was specified + without a UUID. rd.luks.key= is honored only by initial RAM disk (initrd) while -- cgit v1.2.3-54-g00ecf