From c3e88061d1c7fb7008c06e4e0749dc70f14602cb Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 12 May 2024 14:58:49 +0200 Subject: [PATCH] arc-functions: fix full sysinfo Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc-functions.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/initrd/opt/arc/arc-functions.sh b/files/initrd/opt/arc/arc-functions.sh index 8eb03517..9e0c5f54 100755 --- a/files/initrd/opt/arc/arc-functions.sh +++ b/files/initrd/opt/arc/arc-functions.sh @@ -1410,7 +1410,6 @@ function fullsysinfo() { TEXT+="\nMacSys: ${MACSYS}" TEXT+="\nIPv6: ${ARCIPV6}" TEXT+="\nOffline Mode: ${OFFLINE}" - TEXT+="\nSort Drives: ${HDDSORT}" if [[ "${REMAP}" = "acports" || "${REMAP}" = "maxports" ]]; then TEXT+="\nSataPortMap | DiskIdxMap: ${PORTMAP} | ${DISKMAP}" elif [ "${REMAP}" = "remap" ]; then @@ -1419,10 +1418,10 @@ function fullsysinfo() { TEXT+="\nPortMap: "User"" fi if [ "${DT}" = "true" ]; then - TEXT+="\nHotplug: \Zb${HDDSORT}\Zn" + TEXT+="\nHotplug: ${HDDSORT}" fi if [ "${DT}" = "false" ]; then - TEXT+="\nMount USB Drives: \Zb${USBMOUNT}\Zn" + TEXT+="\nMount USB Drives: ${USBMOUNT}" fi TEXT+="\n" # Check for Controller // 104=RAID // 106=SATA // 107=SAS // 100=SCSI // c03=USB