Partition Manager: Added extended info on the supported partition types and mountpoints that the installer expects, for the installation to proceed.

This commit is contained in:
Jane Doe 2024-06-12 17:35:11 +00:00
parent 2c543a2ffd
commit 891e052ec0

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Amelia Installer
# Version: 5.2
# Version: 5.3
set -euo pipefail
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
@ -2255,22 +2255,29 @@ disk_mngr (){
${magenta}###${nc}------------------------------------${magenta}[ ${bwhite}Partition Manager${nc} ${magenta}]${nc}------------------------------------${magenta}###${nc}
"
cgdsk_nmbr=" "
while [[ -n "${cgdsk_nmbr}" ]]; do
NC "
Discoverable Partitions GUID Codes:
${cyan}EFI${nc} system partition > ${bwhite}ef00${nc}
Linux x86-64 ${cyan}/ROOT${nc} > ${bwhite}8304${nc}
Linux ${cyan}/HOME${nc} > ${bwhite}8302${nc}
Linux ${cyan}/SWAP${nc} > ${bwhite}8200${nc}
"
line3
NC " [ SUPPORTED PARTITION TYPES & MOUNTPOINTS: ]"
line2
REDBG " ------------------------------------------------------------------------------------------- "
REDBG " ### Linux /Root x86-64 Partition [ GUID Code: 8304 ] Mountpoint: / ### "
REDBG " ------------------------------------------------------------------------------------------- "
echo
BLUEBG " ------------------------------------------------------------------------------------------- "
BLUEBG " ### EFI System Partition [ GUID Code: ef00 ] Mountpoint: /boot ### "
BLUEBG " ------------------------------------------------------------------------------------------- "
echo
GREENBG " ------------------------------------------------------------------------------------------- "
GREENBG " ### Linux /Home Partition [ GUID Code: 8302 ] Mountpoint: /home ### "
GREENBG " ------------------------------------------------------------------------------------------- "
echo
YELLOWBG " ------------------------------------------------------------------------------------------- "
YELLOWBG " ### Linux Swap Partition [ GUID Code: 8200 ] Mountpoint: /swap ### "
YELLOWBG " ------------------------------------------------------------------------------------------- "
YELLOW "
> Select a disk to Manage: "
NC "