X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-cryptsetup-generator.xml;h=c8753cef37dff7a88214fe98e25f9863750d2803;hb=78eb158a20e2bee772f6e49d8b432b98f68cbb55;hp=ff94e88f996c994f2a69c4079f3fcafa06ba8031;hpb=0fa9e53d12a64981e071e0adb24698f4735e2599;p=elogind.git diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml index ff94e88f9..c8753cef3 100644 --- a/man/systemd-cryptsetup-generator.xml +++ b/man/systemd-cryptsetup-generator.xml @@ -139,6 +139,25 @@ + + luks.name= + rd.luks.name= + + Takes a LUKS super + block UUID followed by an '=' and a name. This implies + rd.luks.uuid= or luks.uuid= + and will additionally make the LUKS device given by + the UUID appear under the provided name. + + rd.luks.name= + is honored only by initial RAM disk + (initrd) while + luks.name= is + honored by both the main system and + the initrd. + + + luks.options= rd.luks.options= @@ -165,11 +184,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