From ff4d5ad81d8d336df4e74c0bcd9e038619f675eb Mon Sep 17 00:00:00 2001 From: Lorenzo Tucci Date: Sat, 28 Oct 2023 20:24:14 +0300 Subject: [PATCH] manpage: add example for crypt_root and crypt_swap options --- doc/genkernel.8.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 3108dde2..793e794f 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -689,7 +689,8 @@ recognized by the kernel itself. *crypt_root_options*=<...>:: This specifies additional options, which should get passed to cryptsetup when opening root volume. Can be specified multiple - times or separate multiple options with a comma. + times or separate multiple options with a comma, for example + '--perf-no_read_workqueue,--perf-no_write_workqueue'. *crypt_swap*=<...>:: This specifies the swap device encrypted by LUKS. @@ -697,7 +698,8 @@ recognized by the kernel itself. *crypt_swap_options*=<...>:: This specifies additional options, which should get passed to cryptsetup when opening swap volume. Can be specified multiple - times or separate multiple options with a comma. + times or separate multiple options with a comma, for example + '--perf-no_read_workqueue,--perf-no_write_workqueue'. *root_header*=<...>:: In case your encrypted root uses a LUKS detached header, you can