Update README.md to reflect latest changes.

This commit is contained in:
Jane Doe 2024-06-22 21:47:19 +00:00
parent 6271e0a9d3
commit 28c3450b45

View file

@ -120,7 +120,6 @@ In case of "Intel" cpus, if "Custom Plasma (System Optimized)" or "Custom Gnome
- [ ] [1] Disk GPT Manager - [ ] [1] Disk GPT Manager
- [ ] [2] Partition Manager - [ ] [2] Partition Manager
- [ ] [3] Installation Disk & Encryption
- [ ] [ ] Return to Main Menu - [ ] [ ] Return to Main Menu
----------------------------------------------- -----------------------------------------------
@ -275,7 +274,7 @@ Use "gdisk" to perform various disk operations to any detected drive in your sys
The'Partition Manager' stage consists of 2 Modes: The'Partition Manager' stage consists of 2 Modes:
An 'Auto Mode' that offers ready-made compatible Partition Layout Presets with sane defaults to select from. An 'Auto Mode', that detects user's preferences and offers ready-made compatible Partition Layout Presets with sane defaults to select from.
A 'Manual Mode', (which shows extended info about the supported partition types and mountpoints that the installer expects), where 'cgdisk' is used, with its easy and and intuitive ncurses TUI. A 'Manual Mode', (which shows extended info about the supported partition types and mountpoints that the installer expects), where 'cgdisk' is used, with its easy and and intuitive ncurses TUI.
@ -288,15 +287,11 @@ If you need a seperate "Home" partition, create it now or an existing one can al
For the systemd "auto-gpt-generator" automation to work, all involved partitions MUST reside in the same physical disk/device. For the systemd "auto-gpt-generator" automation to work, all involved partitions MUST reside in the same physical disk/device.
- ### Installation Disk Selection & Sanity Check: [Interactive] - ### Installation Disk Selection & Sanity Check: [Auto]
Select a disk to install Arch Linux on. Select a disk to install Arch Linux on.
Not to be confused with the "Disk Manager" step. This step incorporates and performs a "Sanity Check" on the chosen disk.
This step only asks you to just point to the right disk for installation.
Also, this step incorporates and performs a "Sanity Check" on the chosen disk.
This means the installer will verify that the choices you've made so far, are correctly reflected on the partitions layout, before it lets you continue with the installation. This means the installer will verify that the choices you've made so far, are correctly reflected on the partitions layout, before it lets you continue with the installation.
@ -305,7 +300,7 @@ The aim here is to make the installation process error-proof.
It will ensure that an "EFI" System Partition indeed exists, that a "Root x86-64" partition exists, that a "Swap" partition exists IF you chose to use a "Swap" partition and will also detect an existing seperate "Home" partition. It will ensure that an "EFI" System Partition indeed exists, that a "Root x86-64" partition exists, that a "Swap" partition exists IF you chose to use a "Swap" partition and will also detect an existing seperate "Home" partition.
A smart mechanism will scan the partitions on the installation disk and if more than one of each type {root/EFI/home/swap} are detected, then it will Auto-Assign the 1st partition of each (involved) type, to be used by systemd's automation in the installation (as the 'Discoverable Partitions Specifications' dictate). A smart mechanism will scan the partitions on the installation disk and if more than one of each type {root/EFI/home/swap} are detected, then it will Auto-Assign the 1st partition of each (involved) type, to be used by systemd's automation in the installation (as the 'Discoverable Partitions Specifications' dictate).
Of course comes with its own menu/prompts, for user interaction. It comes with its own menu/prompts, for proper user interaction.
As a precaution step, the installer also scans the installation disk and if the ESP is found to be less than 200MB, As a precaution step, the installer also scans the installation disk and if the ESP is found to be less than 200MB,
then it returns to the 'Partition Manager' stage, so the user can remedy this. then it returns to the 'Partition Manager' stage, so the user can remedy this.