boot: remove cmdline output

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-01-30 17:50:29 +01:00
parent 8cf31c4ff3
commit bed27600ff

View File

@@ -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