From 314c1178c38288a922a3d493524604667d236ac16412e8d666e0cc72f024ff3e Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Tue, 9 Jun 2026 18:04:02 +0100 Subject: [PATCH] V9.14.020.2026.06.08 Signed-off-by: Marc S. Weidner --- bootscreen.txt | 33 +++++++++++++++++++++++++++++++++ ciss_live_builder.sh | 5 +++++ 2 files changed, 38 insertions(+) create mode 100644 bootscreen.txt diff --git a/bootscreen.txt b/bootscreen.txt new file mode 100644 index 0000000..40d8bd0 --- /dev/null +++ b/bootscreen.txt @@ -0,0 +1,33 @@ + .-=+*###%%###*+=-:. + :=*%%@@@@@@@@@@@@@@@@@%#*-. + :+%@@@@%%%%@@@@@@@@%%%%%%@@@@@%*: + -#@@@%%%%@@@@%#****#%%@@@%%@@%#+=-:. + .#@@%%%%%@@#+:..:::-::::-=#@@%=. + -%@%%%%%%@#: .=*%@@@@@@%#+-.:= + =@%%%%%%%@= .*@@@@%%%%%%%@@@%= + :@%%%%%%%@+ :%@%%%%%%%%%%%%%%@@#%+ + #%%%%%%%%% #@%%%%%%%%%%%%%%%%%@@%. + -@%%%%%%%@# %%%%%%%%%%%%%%%%%@@@%@* + *%%%%%%%%@% *@%%%%%%%%%%%%%%%#*#%%@: + *@%%%%%%%%@- :@%%%%%%%%%%%%%%%%- .. + *%%%%%%%%%%#. +@%%%%%%%%%%%%%%@@*. + -@%%%%%%%%%@- #%%%%%%%%@@@@@%%%@@%%%+ + %%%%%%%%%%: -@%%%%%@@%**#%@%%%%@%@% + -@%%%%%%@+ :@%%%@@*: =@%%%%%%: + +@%%%%%@. +@%%@#: #@%%%@- + *@%%@@= :%%@@+ *%%%@# + =@%#- :%@@#- :@@%%%- + .. =@%*- .+#%@%. + :+-. .=* + + ____ ___ ____ ____ _ _ _ _ _ _ _ _ _ + / ___|_ _/ ___/ ___| __| | ___| |__ (_) __ _ _ __ | (_)_ _____ | |__ _ _(_) | __| | ___ _ __ +| | | |\___ \___ \ / _` |/ _ \ '_ \| |/ _` | '_ \ | | \ \ / / _ \ | '_ \| | | | | |/ _` |/ _ \ '__| +| |___ | | ___) |__) | (_| | __/ |_) | | (_| | | | |_| | |\ V / __/_| |_) | |_| | | | (_| | __/ | + \____|___|____/____(_)__,_|\___|_.__/|_|\__,_|_| |_(_)_|_| \_/ \___(_)_.__/ \__,_|_|_|\__,_|\___|_| + +Debian 13 Trixie | Hardened Live ISO Builder | Encrypted Root Path | Verified Boot Chain | Cryptsetup Integrity + +Preparing Builder... + +Please wait... diff --git a/ciss_live_builder.sh b/ciss_live_builder.sh index 7cd0e3d..3ec483c 100644 --- a/ciss_live_builder.sh +++ b/ciss_live_builder.sh @@ -115,6 +115,11 @@ for arg in "$@"; do case "${arg,,}" in -v|--version) . ./lib/lib_version.sh ; for arg in "$@"; do case "${arg,,}" in -d|--debug) . ./meta_sources_debug.sh; debugger "${@}";; esac; done ### ALL CHECKS DONE. READY TO START THE SCRIPT. +clear +printf '\033[95m' +cat bootscreen.txt +printf '\033[0m' +sleep 4 printf "\e[95m🧪 %s starting ... \e[0m\n" "${BASH_SOURCE[0]}" declare -grx VAR_SETUP="true"