diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index ffd9e44b..7894b994 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -649,7 +649,7 @@ function arcSummary() { if [ "${DT}" == "false" ] && [ "${REMAP}" == "user" ]; then if [ -z "${PORTMAP}" ] && [ -z "${DISKMAP}"] && [ -z "${PORTREMAP}" ] && [ -z "${AHCIPORTREMAP}" ]; then dialog --backtitle "$(backtitle)" --title "Arc Error" \ - --msgbox "ERROR: You selected Portmap: User and didn't set any values. -> Can't build Loader!\nGo need to go Cmdline Options and add your Values." 6 80 + --msgbox "ERROR: You selected Portmap: User and not set any values. -> Can't build Loader!\nGo need to go Cmdline Options and add your Values." 6 80 return 1 fi fi diff --git a/files/initrd/opt/arc/include/compat.sh b/files/initrd/opt/arc/include/compat.sh index 8a3a108e..9f8a3209 100755 --- a/files/initrd/opt/arc/include/compat.sh +++ b/files/initrd/opt/arc/include/compat.sh @@ -1,4 +1,7 @@ ############################################################################### # Update Offline Configs -updateOffline \ No newline at end of file +updateOffline + +# Remove sortnetif +deleteConfigKey "addons.sortnetif" "${CONFIG_FILE}" \ No newline at end of file