From 968beb9fdc68f9a6e47ec58c56855439eb256fd8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 1 Nov 2023 22:19:50 -0500 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-dsmon.sh b/install-dsmon.sh index 93255d3..928e129 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -54,6 +54,10 @@ for ((i = 0 ; i <= $((${NUMDRIVES}-1)) ; i++)); do if [ "${ia}" = "sda1" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then systempartition=true + elif [ "${ia}" = "sda14" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then + systempartition=true + elif [ "${ia}" = "sda15" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then + systempartition=true elif [ "${ia}" = "sda2" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then systempartition=true elif [ "${ia}" = "shm" ] && [ ${DRIVEINFO[$((${ii}+1))]//M/} -lt 1024 ]; then