diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index a38f2d02..f71b9558 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -85,7 +85,7 @@ if [ "${DSMINFO}" = "true" ]; then echo -e "Model: \033[1;37m${MODELID:-${MODEL}}\033[0m" echo -e "Platform: \033[1;37m${PLATFORM}\033[0m" echo -e "Version: \033[1;37m${PRODUCTVER} (${BUILDNUM}$([ ${SMALLNUM:-0} -ne 0 ] && echo "u${SMALLNUM}"))\033[0m" - echo -e "Kernel: \033[1;37m${KVER} (${KERNEL}\033[0m" + echo -e "Kernel: \033[1;37m${KVER} (${KERNEL})\033[0m" echo -e "LKM: \033[1;37m${LKM}\033[0m" echo fi