Edit README.md

This commit is contained in:
Jane Doe
2025-11-20 22:01:54 +02:00
parent 2a4fc2ae23
commit 06174a36a4
+6 -10
View File
@@ -258,7 +258,7 @@ Select Filesystem to be used (Ext4 / Btrfs).
- If 'Ext4' is selected:
You will be asked if you'd like a seperate '/home' partition to be created.
You will be asked if you'd like a seperate '/home' partition to be created/used.
NOTE: The installer supports using an existing (unencrypted) /Home partition.
@@ -528,8 +528,6 @@ If the Sanity Check fails, the installer will smartly load any necessary stages,
Choose if you will enable LUKS encryption on your 'Swap/Root/Home' partitions
Also, you will be asked to Label your partitions.
Again, the scope here is not to create an inpenetrable system (FDE) but a typical decently protected system.
Using 'Secure Boot' with an unencrypted 'EFI System Partition' and a LUKS encrypted 'Root/Home/Swap' partition(s) should suffice for most use cases.
@@ -546,12 +544,10 @@ If you chose to create a 'Swap' partition, now it will be activated.
The installer asks the user to select the preferred disk preparation mode:
- [ ] 'Auto' will perform Formatting, Labeling and Mounting of all of the involved partitions automatically, but it will ask for your confirmation before formatting a separate ext4 'Home' partition (if found), in case you would like to keep it intact.
- [ ] 'Auto' will perform Formatting, Labeling and Mounting of all of the involved partitions automatically.
- [ ] 'Manual' mode will perform the above by asking the user to select which partitions to format, choose desired name to label the partitions, and mount them accordingly.
If using an existing /Home partition is desired, select 'Manual Mode', follow the prompts and skip formatting the /Home partition.
The 'Auto' mode will switch to 'Manual' mode if errors are encountered (so the user gets control of the procedure), and when the said mini-step is completed (e.g formatting 'EFI') it will continue in 'Auto' mode for the rest of the partitions.
Upon completion, both 'Auto' and 'Manual' mode present the user with a (TUI) summary of the partitions and mounts layout, preparing for the next step.
@@ -580,15 +576,15 @@ You will have to re-run the installer.
If you select to encrypt your system with LUKS, then:
- [] Your selected 'Root x86-64' partition will be encrypted.
- [ ] Your selected 'Root x86-64' partition will be encrypted.
- [] If a separate 'Home' partition has been set to be created, it will be encrypted.
- [ ] If a separate 'Home' partition has been set to be created, it will be encrypted.
Auto-configuration will take place, and said volume will be unlocked automatically.
- [] If a separate 'Home' partition has been set to be re-used by the installer, it will not be encrypted and will be mounted unformatted to the system.
- [ ] If a separate 'Home' partition has been set to be re-used by the installer, it will not be encrypted and will be mounted unformatted to the system.
- [] If a Swap partition has been selected, it will be encrypted.
- [ ] If a Swap partition has been selected, it will be encrypted.
This stage cannot offer automatic error-resolving by automatically taking actions such as re-running previous steps of the installation precedure, like [Auto] or [Manual] mode does, as after LUKS encryption has finished, partprobing and informing the kernel about further/new changes requires a system restart.