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