diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-23 22:44:50 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2007-12-23 22:44:50 +0000 |
commit | 8ac539106bded08446e309b9c20c44ce7f0f654e (patch) | |
tree | adaf39be266cc0d88c3230c1bb7948089b5ffbb0 /genkernel.8 | |
parent | fix text bolding on serial console for bug 202266 thanks to Michael Hordijk <... (diff) | |
download | genkernel-8ac539106bded08446e309b9c20c44ce7f0f654e.tar.gz genkernel-8ac539106bded08446e309b9c20c44ce7f0f654e.tar.bz2 genkernel-8ac539106bded08446e309b9c20c44ce7f0f654e.zip |
apply LUKS key patch from bug 162962 from Nelson Batalha <nelson_batalha@hotmail.com>
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@573 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'genkernel.8')
-rw-r--r-- | genkernel.8 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/genkernel.8 b/genkernel.8 index 4acc807..6daec21 100644 --- a/genkernel.8 +++ b/genkernel.8 @@ -259,6 +259,26 @@ Specifies the device node of the root filesystem to mount. This specifies the device encrypted by Luks, which contains the root filesystem to mount. .TP +\fBcrypt_swap=\fR<...> +This specifies the swap device encrypted by Luks. +.TP +\fBroot_key=\fR<...> +In case your root is encrypted with a key, you can use a device like a usb pen to store the key. +This value should be the key path relative to the mount point. +.TP +\fBroot_keydev=\fR<...> +If necessary provide the name of the device that carries the root_key. +If unset while using root_key, it will automatically look for the device in every boot. +.TP +\fBswap_key=\fR<...> +Same as root_key for swap. +.TP +\fBswap_keydev=\fR<...> +Same as root_keydev for swap. +.TP +\fBcrypt_silent\fR +Set this to silent all the output related to the cryptographic software, and in case your encrypted device isn't open with the key, it opens a shell in the initrd quietly. +.TP \fBdodmraid=\fR<...> Passes arguments to dmraid on bootup. .TP |