From 15ef8f8dfe816f8b70b5f08c59bb3818f9bfc64f Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 20 Dec 2023 23:28:15 +0100 Subject: [PATCH] boot: rewrite Sata Information Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 573c20fb..e38fe18d 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -76,7 +76,7 @@ for D in $(lsblk -dpno NAME); do break fi done -[ ${HASATA} = "0" ] && echo -e "\033[1;33m*** Please insert at least one sata/scsi disk for system installation, except for the bootloader disk. ***\033[0m" +[ ${HASATA} = "0" ] && echo -e "\033[1;33m*** Please insert at least one Sata/SAS Disk for System Installation, except for the Bootloader Disk. ***\033[0m" # Read necessary variables VID="$(readConfigKey "vid" "${USER_CONFIG_FILE}")"