From e0650a5d3e4a36a342f5af00e27534e8fed89ce8 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 7 Mar 2024 22:43:39 +0100 Subject: [PATCH] arc: cleanup Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 8c263774..66994f42 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -351,11 +351,6 @@ function arcsettings() { fi # Select Addons addonSelection - # Check Warnings - if [ "${WARNON1}" = "true" ]; then - dialog --backtitle "$(backtitle)" --title "Arc Warning" \ - --msgbox "WARN: Your Controller has more then 8 Disks connected.\nMax Disks per Controller: 8" 0 0 - fi # Check for DT and SAS/SCSI if [[ "${DT}" = "true" && "${EXTERNALCONTROLLER}" = "true" ]]; then dialog --backtitle "$(backtitle)" --title "Arc Warning" \