diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index da1769cf..4532cd53 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -137,8 +137,7 @@ function arcModel() { [ "${DT}" == "false" ] && USBS="int/ext" || USBS="ext" [[ "${M}" == "DS918+" || "${M}" == "DS1019+" || "${M}" == "DS1621xs+" || "${M}" == "RS1619xs+" ]] && M_2_CACHE="+" || M_2_CACHE="x" [[ "${M}" == "DS220+" || "${M}" == "DS224+" ]] && M_2_CACHE="" - [ "${DT}" == "false" ] && M_2_STORAGE="" || M_2_STORAGE="+" - [[ "${M}" == "DS220+" || "${M}" == "DS224+" ]] && M_2_STORAGE="" + [[ "${M}" == "DS220+" || "${M}" == "DS224+" || "${M}" == "DS918+" || "${M}" == "DS1019+" || "${M}" == "DS1621xs+" || "${M}" == "RS1619xs+" ]] && M_2_STORAGE="" || M_2_STORAGE="+" # Check id model is compatible with CPU if [ ${RESTRICT} -eq 1 ]; then for F in "${FLAGS}"; do