Add: 'Filesystem Selection' > 'Ext4' > Add extra info on how to use an existing /Home partition

Change: Prompt edit for better aesthetics
This commit is contained in:
Jane Doe
2025-11-14 23:49:33 +02:00
parent 173c845317
commit c2f555baab
+6 -2
View File
@@ -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)