From bed27600ff707cafedaa552463fc65c0b64c0bb6 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 30 Jan 2024 17:50:29 +0100 Subject: [PATCH] boot: remove cmdline output Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 6c780eff..c506773f 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -151,8 +151,6 @@ for KEY in ${!CMDLINE[@]}; do [ -n "${VALUE}" ] && CMDLINE_LINE+="=${VALUE}" done CMDLINE_LINE=$(echo "${CMDLINE_LINE}" | sed 's/^ //') # Remove leading space -echo -e "\033[1;37mCmdline:\033[0m\n${CMDLINE_LINE}" -echo # Make Directboot persistent if DSM is installed if [[ "${DIRECTBOOT}" = "true" && ${BOOTCOUNT} -gt 0 ]]; then