bulk: update

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-04-21 19:19:40 +02:00
parent 47008ac14a
commit bde0789b18
2 changed files with 1 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# Arc Loader for DSM 7.x
<center><img width="845" alt="arc_loader" src="https://github.com/AuxXxilium/AuxXxilium/assets/67025065/ef975a36-9f3e-4cfb-813c-402db69611e7"></center>
Arc is a customized Redpill Loader for DSM 7.x (Xpenology) with enhanced Hardwaresupport, Addons, Extensions, guided(semi-automated) Installation and more. Multiple customization options are built-in. It is modified to run on different Hardware (see Wiki for more Informations).

View File

@@ -164,24 +164,14 @@ function getmapSelection() {
resp=$(cat "${TMP_PATH}/resp")
[ -z "${resp}" ] && return 1
if [ ${resp} -eq 1 ]; then
dialog --backtitle "$(backtitle)" --title "Arc Disks" \
--infobox "Use DiskIdxMap:\nActive Ports!" 4 40
writeConfigKey "arc.remap" "acports" "${USER_CONFIG_FILE}"
elif [ ${resp} -eq 2 ]; then
dialog --backtitle "$(backtitle)" --title "Arc Disks" \
--infobox "Use DiskIdxMap:\nMax Ports!" 4 40
writeConfigKey "arc.remap" "maxports" "${USER_CONFIG_FILE}"
elif [ ${resp} -eq 3 ]; then
dialog --backtitle "$(backtitle)" --title "Arc Disks" \
--infobox "Use SataRemap:\nRemove blank Drives" 4 40
writeConfigKey "arc.remap" "remap" "${USER_CONFIG_FILE}"
elif [ ${resp} -eq 4 ]; then
dialog --backtitle "$(backtitle)" --title "Arc Disks" \
--infobox "Use AhciRemap:\nRemove blank Drives" 4 40
writeConfigKey "arc.remap" "ahci" "${USER_CONFIG_FILE}"
elif [ ${resp} -eq 5 ]; then
dialog --backtitle "$(backtitle)" --title "Arc Disks" \
--infobox "I want to set my own PortMap!" 4 40
writeConfigKey "arc.remap" "user" "${USER_CONFIG_FILE}"
fi
# Check Remap for correct config