From 8354251917c6ee1571f67dd9fbca1ce060fd429b Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Wed, 25 Dec 2024 15:26:19 +0100 Subject: [PATCH] boot: fix styling Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 05e4a347..afd43240 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -80,8 +80,9 @@ if [ "${DISKINFO}" = "true" ]; then echo -e "Disks: \033[1;37m$(lsblk -dpno NAME | grep -v "${LOADER_DISK}" | wc -l)\033[0m" fi if [ "${HWIDINFO}" = "true" ]; then - echo -e "\033[1;37mHWID:\033[0m" + echo -e "\033[1;37mHardwareID:\033[0m" echo -e "HWID: \033[1;37m$(genHWID)\033[0m" + echo fi if ! readConfigMap "addons" "${USER_CONFIG_FILE}" | grep -q nvmesystem; then @@ -341,4 +342,4 @@ elif [ "${DIRECTBOOT}" = "false" ]; then echo -e "\033[1;37mBooting DSM...\033[0m" [ "${KERNELLOAD}" = "kexec" ] && kexec -e || poweroff exit 0 -fi \ No newline at end of file +fi