diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index b9853f75..88d5bfc2 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -52,7 +52,6 @@ RAM=$(free -m | grep -i mem | awk '{print$2}') VENDOR="$(dmidecode -s system-product-name)" BOARD="$(dmidecode -s baseboard-product-name)" -echo -e "Loader Disk: \033[1;34m${LOADER_DISK}\033[0m" echo echo -e "\033[1;37mDSM:\033[0m" echo -e "Model: \033[1;37m${MODEL}\033[0m"