From 8ab49ef7e4c775ceadb6bafb36d042fe330eddc0 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Tue, 11 Jun 2024 14:38:49 +0000 Subject: [PATCH] Update README.md to reflect latest changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbdd5a..6ea26c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 'Amelia' is an Arch Linux installer, written in Bash (Shellchecked). +# 'Amelia' is an Arch Linux installer, written in Bash. (Shellchecked) ----------------------------------------------------- The main concept behind this installer is Automation and Interaction. @@ -302,6 +302,9 @@ It will ensure that an "EFI" System Partition indeed exists, that a "Root x86-64 If the Sanity Check fails, the installer will send you back to the "Disk Manager" step, so you can correct any errors/omissions. +A smart mechanism will scan the partitions on the selected (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. + - ### Encryption Setup: [Interactive - Skippable]