From 75fa28a6c9cb230b5456af02d29938c928b103af Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sat, 11 Oct 2025 11:21:49 +0300 Subject: [PATCH] Update README.md with the latest changes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d4279f..e3ea50f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 'Amelia' is an Arch Linux installer, written in Bash. +# 'Amelia', an elegant Archlinux installer. (Shellchecked) @@ -7,14 +7,14 @@ The main concept behind this installer is to take full advantage of the extended 'Amelia' is mainly targeted towards the experienced user that needs a quick installation means. -Yet, it is interactive and intuitive, so that probably everyone can use it. +Yet, it is so easy and intuitive, so that everyone can use it. - ## Automation: The installer does not support automatic detection of Windows partitions, so if DualBooting is desired, utilize the TUI 'Manual Partitioning' stage to accomplish what you need -Virtual Machines supported: QEMU / Vmware / Virtualbox / HyperV +Virtual Machines supported: QEMU/Kvm / Vmware / Virtualbox / HyperV Also, there is no support (nor will ever be) for non-GPT platforms, as this installer makes absolute use of uEFI's 'Discoverable Partitions Specification'. @@ -26,7 +26,7 @@ The system manager will automatically, and more importantly, optimally configure In particular, when the 'ext4' filesystem is being selected, the 'genfstab' command is not even executed in the script, and your 'fstab' file will be empty (except only if 'Swapfile' use is desired), as systemd's automation takes care of it. -In the same manner, 'systemd' (instead of busybox: 'base' & 'udev') will be used in your initramfs, as it provides the tools for the said automation. +In the same manner, 'systemd' (instead of 'base' & 'udev') will be used in your initramfs, as it provides the tools for the said automation. The installation process completes in "one-go", meaning after it's over and the system has rebooted, you're done. @@ -44,7 +44,7 @@ There is full interaction with the user. The installer follows a menu-driven, step-by-step principal, presenting you with a sane sequence of installation steps, aided by colored prompts, making the installation process easy, pleasant and intuitive. -The major highlight is the 'Auto-Navigation' mode. +One of the highlights is the 'Auto-Navigation' mode. You can engage Auto-Navigation by pressing '[4] Start Installation' in the Main Menu.