diff --git a/README.md b/README.md index 8554a92f..06b6e34a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Arc Loader for DSM 7.x +
arc_loader
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). diff --git a/files/initrd/opt/arc/include/storage.sh b/files/initrd/opt/arc/include/storage.sh index e4d97a32..2c9f1d27 100755 --- a/files/initrd/opt/arc/include/storage.sh +++ b/files/initrd/opt/arc/include/storage.sh @@ -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