From e11b6285caeebbdf7b4ed1df1e20d5dde59ffb8c1159fb4a5caea40c886271a5 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 12 Jun 2026 06:26:46 +0100 Subject: [PATCH] V9.14.026.2026.06.12 Signed-off-by: Marc S. Weidner --- .../live/boot/0042_ciss_post_decrypt_attest | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/config/includes.chroot/usr/lib/live/boot/0042_ciss_post_decrypt_attest b/config/includes.chroot/usr/lib/live/boot/0042_ciss_post_decrypt_attest index f596910..9409406 100644 --- a/config/includes.chroot/usr/lib/live/boot/0042_ciss_post_decrypt_attest +++ b/config/includes.chroot/usr/lib/live/boot/0042_ciss_post_decrypt_attest @@ -40,25 +40,9 @@ while [ "${ciss_debug_countdown}" -gt 0 ]; do done -printf "\e[93m[DEBUG] 0042() reached : countdown finished, checking panic availability \n\e[0m" +printf "\e[93m[DEBUG] 0042() reached : countdown finished. \n\e[0m" -### Check panic command availability ------------------------------------------------------------------------------------------- -if ! command -v panic >/dev/null 2>&1; then - - printf "\e[93m[DEBUG] 0042() panic : installing fallback panic() \n\e[0m" - - panic() { - printf '\e[91m[FATAL] %s \n\e[0m' "${*}" >&2 - exit 1 - } - -else - - printf "\e[93m[DEBUG] 0042() panic : existing panic command available \n\e[0m" - -fi - -printf "\e[93m[DEBUG] 0042() reached : panic availability check finished \n\e[0m" +sleep 3 ### Declare variables ----------------------------------------------------------------------------------------------------------