mirror of
https://github.com/AuxXxilium/arc.git
synced 2025-02-23 02:40:05 +07:00
arc: more rewrite
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
39174a0304
commit
a982084f63
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user