From 7a3a62ce1d824b242e5707fb05ed1addedc32e09 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 28 Jan 2024 14:46:56 +0100 Subject: [PATCH] boot: remove loader disk message Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 1 - 1 file changed, 1 deletion(-) 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"