diff options
author | Dmitry Baranov <reagentoo@gmail.com> | 2020-10-14 22:03:01 +0300 |
---|---|---|
committer | Dmitry Baranov <reagentoo@gmail.com> | 2021-08-07 20:20:10 +0300 |
commit | 73a05632d61171685ac4960c6b684cefa6d82afd (patch) | |
tree | 639bc32c7b6de9bdf8ff1ff483b15e1563bad98e /doc | |
parent | defaults/initrd.scripts: Get rid of extra padding (diff) | |
download | genkernel-73a05632d61171685ac4960c6b684cefa6d82afd.tar.gz genkernel-73a05632d61171685ac4960c6b684cefa6d82afd.tar.bz2 genkernel-73a05632d61171685ac4960c6b684cefa6d82afd.zip |
Add support for LUKS detached header
Signed-off-by: Dmitry Baranov <reagentoo@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/genkernel.8.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 262027b..33f7733 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -688,6 +688,19 @@ recognized by the kernel itself. cryptsetup when opening swap volume. Can be specified multiple times or separate multiple options with a comma. +*root_header*=<...>:: + In case your encrypted root uses a LUKS detached header, you can + use a device like a usb pen to store the header file. This value + should be the key path relative to the mount point. + +*root_headerdev*=<...>:: + If necessary provide the name of the device that carries the + root_header. If unset while using root_header, it will automatically + look for the device in every boot. + +*root_headerdev_fstype*=<...>:: + Used filesystem for *root_headerdev*. See *rootfstype* for more details. + *root_key*=<...>:: 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 @@ -706,6 +719,15 @@ recognized by the kernel itself. with SSD setups. Have a look at 'https://en.wikipedia.org/wiki/TRIM' for more information. +*swap_header*=<...>:: + Same as root_header for swap. + +*swap_headerdev*=<...>:: + Same as root_headerdev for swap. + +*swap_headerdev_fstype*=<...>:: + Used filesystem for *swap_headerdev*. See *rootfstype* for more details. + *swap_key*=<...>:: Same as root_key for swap. |