V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m1s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m1s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -219,7 +219,7 @@ fi
|
|||||||
|
|
||||||
check_hooks
|
check_hooks
|
||||||
hardening_ssh
|
hardening_ssh
|
||||||
ciss_upgrades
|
#ciss_upgrades
|
||||||
lb_config_start
|
lb_config_start
|
||||||
|
|
||||||
if [[ "${VAR_SUITE}" == "bookworm" ]]; then
|
if [[ "${VAR_SUITE}" == "bookworm" ]]; then
|
||||||
|
|||||||
@@ -115,17 +115,10 @@ lb_config_write_trixie() {
|
|||||||
### https://wiki.debian.org/ReproducibleInstalls/LiveImages
|
### https://wiki.debian.org/ReproducibleInstalls/LiveImages
|
||||||
### https://reproducible-builds.org/docs/system-images/
|
### https://reproducible-builds.org/docs/system-images/
|
||||||
### https://gitlab.tails.boum.org/tails/tails/-/blob/stable/config/chroot_local-includes/usr/share/tails/build/mksquashfs-excludes
|
### 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"
|
#mkdir -p "${VAR_HANDLER_BUILD_DIR}/config/rootfs"
|
||||||
cat << 'EOF' >| "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
#cat << 'EOF' >| "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
||||||
boot/initrd.img-*
|
#EOF
|
||||||
boot/vmlinux-*
|
#chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
||||||
boot/vmlinuz-*
|
|
||||||
debootstrap
|
|
||||||
debootstrap/*
|
|
||||||
root/.wget-hsts
|
|
||||||
tmp/*
|
|
||||||
EOF
|
|
||||||
chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
|
||||||
|
|
||||||
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ Writing new config done.\e[0m\n"
|
printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ✅ Writing new config done.\e[0m\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user