arc: more rewrite

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-11 16:48:45 +02:00
parent 39174a0304
commit a982084f63

View File

@ -448,14 +448,14 @@ function arcSettings() {
PLATFORM="$(readConfigKey "platform" "${USER_CONFIG_FILE}")"
# Get Network Config for Loader
dialog --backtitle "$(backtitle)" --colors --title "Network Config" \
--infobox "Loading Network Config..." 3 30
--infobox "Generating Network Config..." 3 30
sleep 2
getnet
# Select Portmap for Loader
getmap
if [[ "${DT}" = "false" && $(lspci -d ::106 | wc -l) -gt 0 ]]; then
dialog --backtitle "$(backtitle)" --colors --title "Storage Map" \
--infobox "Loading Storage Map..." 3 30
--infobox "Generating Storage Map..." 3 30
sleep 2
getmapSelection
fi