From 97b3a9235fdba36bfc6197baf1f47fd472fb74b6 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 2 Sep 2020 15:13:40 +0200 Subject: defaults/initrd.scripts: openLUKS(): Trigger module loading when mounting {root,swap}_keydev We need to do the same we do for rootfs since commit 05f968fda2c6839744b36c442b3feaa6de974e63 also for {root,swap}_keydev. Signed-off-by: Thomas Deutschmann --- doc/genkernel.8.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 7ce7391..5d7b74d 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -646,6 +646,9 @@ recognized by the kernel itself. root_key. If unset while using root_key, it will automatically look for the device in every boot. +*root_keydev_fstype*=<...>:: + Used filesystem for *root_keydev*. See *rootfstype* for more details. + *root_trim*=(yes|no):: Enables TRIM support for a LUKS-based root device. Only useful with SSD setups. Have a look at 'https://en.wikipedia.org/wiki/TRIM' @@ -657,6 +660,9 @@ recognized by the kernel itself. *swap_keydev*=<...>:: Same as root_keydev for swap. +*swap_keydev_fstype*=<...>:: + Used filesystem for *swap_keydev*. See *rootfstype* for more details. + *crypt_silent*:: Set this to silent all the output related to the cryptographic software, and in case your encrypted device isn't open with the -- cgit v1.2.3-65-gdbad