From c2f555baab4ff3c1fcdc9ffe95b22ba27675bf68 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Fri, 14 Nov 2025 23:49:33 +0200 Subject: [PATCH] Add: 'Filesystem Selection' > 'Ext4' > Add extra info on how to use an existing /Home partition Change: Prompt edit for better aesthetics --- Amelia.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 67233b7..fc87572 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 1.0.2 +# Version: 1.0.3 set -euo pipefail ################################################################################################### @@ -1439,7 +1439,10 @@ Enter [y/N]: " sleep 0.2 YELLOW " - ### A /Home Partition will be created ";; + ### A /Home Partition will be created${cyan} + + + >> ${nc}To use an ${yellowl}existing /Home ${nc}partition select ${yellowl}'Manual Mode' ${nc}at the ${bwhite}'Mode Selection' ${nc}stage ";; n) skip echo;; @@ -1450,6 +1453,7 @@ Enter [y/N]: " sleep 0.2 YELLOW " + ### ${fsname} has been selected " ;; 2) @@ -3653,13 +3657,13 @@ ${magenta}###${nc}------------------------------------${magenta}[ ${bwhite}Prese - [1] Create ESP & /Root (${cyan}Ext4${nc},${magenta}Btrfs${nc}) + [1] Create ESP & /Root (${cyan}Ext4${nc},${magenta}Btrfs${nc}) - [2] Create ESP, /Root & /Swap (${cyan}Ext4${nc},${magenta}Btrfs${nc}) + [2] Create ESP, /Root & /Swap (${cyan}Ext4${nc},${magenta}Btrfs${nc}) - [3] Create ESP, /Root & /Home (${cyan}Ext4${nc}) + [3] Create ESP, /Root & /Home (${cyan}Ext4${nc}) - [4] Create ESP, /Root, /Home & /Swap (${cyan}Ext4${nc}) " + [4] Create ESP, /Root, /Home & /Swap (${cyan}Ext4${nc}) " BLUE "