mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user