boot: rewrite Sata Information

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2023-12-20 23:28:15 +01:00
parent 4bd83788f1
commit 15ef8f8dfe

View File

@@ -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}")"