V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m0s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-28 13:55:39 +01:00
parent 075f0ad6e3
commit 12f366e842

View File

@@ -36,7 +36,7 @@ lb_config_write_trixie() {
--apt-secure true \
--apt-source-archives true \
--architecture "${VAR_ARCHITECTURE}" \
--archive-areas main contrib non-free non-free-firmware \
--archive-areas "main contrib non-free non-free-firmware" \
--backports true \
--binary-filesystem fat32 \
--binary-image iso-hybrid \
@@ -117,8 +117,6 @@ lb_config_write_trixie() {
### https://gitlab.tails.boum.org/tails/tails/-/blob/stable/config/chroot_local-includes/usr/share/tails/build/mksquashfs-excludes
mkdir -p "${VAR_HANDLER_BUILD_DIR}/config/rootfs"
cat << 'EOF' >| "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
root/.wget-hsts
tmp/*
EOF
chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"