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
|
# Amelia Installer
|
||||||
# Source: https://gitlab.com/prism7/archery
|
# Source: https://gitlab.com/prism7/archery
|
||||||
# Version: 1.0.2
|
# Version: 1.0.3
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
@@ -1439,7 +1439,10 @@ Enter [y/N]: "
|
|||||||
sleep 0.2
|
sleep 0.2
|
||||||
YELLOW "
|
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)
|
n)
|
||||||
skip
|
skip
|
||||||
echo;;
|
echo;;
|
||||||
@@ -1450,6 +1453,7 @@ Enter [y/N]: "
|
|||||||
sleep 0.2
|
sleep 0.2
|
||||||
YELLOW "
|
YELLOW "
|
||||||
|
|
||||||
|
|
||||||
### ${fsname} has been selected
|
### ${fsname} has been selected
|
||||||
" ;;
|
" ;;
|
||||||
2)
|
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 "
|
BLUE "
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user