From 7f64ec92c5ad8b72f6a3c490a2706e72e38f873f Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:41:52 +0200 Subject: [PATCH] Clarify that LVM is optional in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fae9b4..707a2d5 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Here is documented how the script works in details and what will ask to the user 5. encrypt a user choosen partition for Full Disk Encryption: - it will ask for a mountpoint name, so that the encrypted partition will be mounted as `/dev/mapper/`; -6. apply Logical Volume Management to the previous encrypted partition, to have the flexibility to resize `/` and to add more space in the future without reformatting the whole system: +6. ask the user if they want to apply Logical Volume Management to the previous encrypted partition, to have the flexibility to resize `/` and to add more space in the future without reformatting the whole system: - it will ask for a Volume Group name, so that will be mounted as `/dev/mapper/`; - it will ask for a Logical Volume name for **root** partition and its size will be the previously selected partition, so that will be mounted as