V9.14.018.2026.06.07
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Has been cancelled
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled
💙 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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2026-06-07 07:24:22 +01:00
parent 8b6731f1be
commit 9cdcc0a9ec
56 changed files with 204 additions and 97 deletions
@@ -14,9 +14,18 @@
# SPDX-PackageName: CISS.debian.live.builder
# SPDX-Security-Contact: security@coresecret.eu
### Modified Version of the original file:
### https://salsa.debian.org/live-team/live-boot 'components/9990-main.sh'
### Change the behavior so that the ciss_rootfs.crypt (0024-ciss-crypt-squash) is mounted when it is opened.
# Modified Version of the original file:
# https://salsa.debian.org/live-team/live-boot 'components/9990-main.sh'
# Change the behavior so that the ciss_rootfs.crypt (0024-ciss-crypt-squash) is mounted when it is opened.
# Module summary:
# - Run early cryptroot handling before live filesystem discovery.
# - Parse live-boot parameters, apply debug/read-only/network setup, and load initramfs configuration.
# - Locate or reuse the live filesystem from network, iSCSI, plain root, memdisk, LVM-backed media, or the
# CISS encrypted SquashFS preseed.
# - Verify checksums, optionally copy live media to RAM or disk, and mount the final live root via unionfs or image stacking.
# - Transfer selected runtime configuration into the target root, validate the mounted root, configure fstab/netbase/swap, and
# preserve boot logs.
# set -e