V8.13.520.2025.12.02
Some checks failed
💙 Generating a PUBLIC Live ISO. / 💙 Generating a PUBLIC Live ISO. (push) Has been cancelled
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m37s
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Successful in 53s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-12-02 05:42:14 +01:00
parent 123ff669b0
commit 9d11a1bf16
50 changed files with 101 additions and 83 deletions

View File

@@ -17,7 +17,7 @@ guard_sourcing || return "${ERR_GUARD_SRCE}"
# Module to export GPG FPRs into scripts:
# - /etc/initramfs-tools/files/unlock_wrapper.sh
# - /usr/lib/live/boot/0030-ciss-verify-checksums
# - /etc/initramfs-tools/scripts/init-bottom/0042_ciss_post_decrypt_attest.sh
# - /usr/lib/live/boot/0042_ciss_post_decrypt_attest
# Globals:
# BASH_SOURCE
# VAR_HANDLER_BUILD_DIR
@@ -34,8 +34,8 @@ ciss_signatures() {
declare -ar _ary_target=(
"/etc/initramfs-tools/files/unlock_wrapper.sh"
"/etc/initramfs-tools/scripts/init-bottom/0042_ciss_post_decrypt_attest.sh"
"/usr/lib/live/boot/0030-ciss-verify-checksums"
"/usr/lib/live/boot/0042_ciss_post_decrypt_attest"
)
declare _target="" target=""

View File

@@ -39,13 +39,13 @@ usage() {
# shellcheck disable=SC2155
declare var_header=$(center "CDLB(1) CISS.debian.live.builder CDLB(1)" "${var_cols}")
# shellcheck disable=SC2155
declare var_footer=$(center "V8.13.512.2025.11.28 2025-11-06 CDLB(1)" "${var_cols}")
declare var_footer=$(center "V8.13.520.2025.12.02 2025-11-06 CDLB(1)" "${var_cols}")
{
echo -e "\e[1;97m${var_header}\e[0m"
echo
echo -e "\e[92mCISS.debian.live.builder from https://git.coresecret.dev/msw \e[0m"
echo -e "\e[92mMaster V8.13.512.2025.11.28\e[0m"
echo -e "\e[92mMaster V8.13.520.2025.12.02\e[0m"
echo -e "\e[92mA lightweight Shell Wrapper for building a hardened Debian Live ISO Image.\e[0m"
echo
echo -e "\e[97m(c) Marc S. Weidner, 2018 - 2025 \e[0m"