From 2035810504cd1ead8d9c54abfa5ad82fc63a24f2 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sun, 6 Jul 2025 17:15:52 +0200 Subject: [PATCH] =?utf8?q?Uzupe=C5=82enie=20informacji=20o=20LVM=20w=20fun?= =?utf8?q?kcji=20pomocy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/sbin/immudex-crypt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/sbin/immudex-crypt b/tools/sbin/immudex-crypt index ec76d68..ed8c76a 100755 --- a/tools/sbin/immudex-crypt +++ b/tools/sbin/immudex-crypt @@ -21,6 +21,9 @@ function help() { echo "your disk or partition even with file system instalation. If there is"; echo "only one EXT4 LV it will be mounted automaticly, but if there is more"; echo "than one, you will be asked to choose which one shoud be mounted."; + echo "LVM behind LUKS, can be used for swap. Turning on swap partition is up"; + echo "to you, but close function check is there any swap partition in use"; + echo "and turn off swap before deactivating volume group and close LUKS."; } function list() { -- 2.39.5