V8.13.294.2025.10.28
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m55s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m55s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -117,8 +117,19 @@ lb_config_write_trixie() {
|
|||||||
### 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-*
|
||||||
|
boot/vmlinu[xz]-*
|
||||||
|
debootstrap
|
||||||
|
debootstrap/*
|
||||||
root/.wget-hsts
|
root/.wget-hsts
|
||||||
tmp/*
|
usr/lib/firmware/amd/*
|
||||||
|
usr/lib/firmware/amd-ucode/*
|
||||||
|
usr/lib/firmware/amdtee/*
|
||||||
|
usr/lib/firmware/intel-ucode/*
|
||||||
|
var/cache/apt/pkgcache.bin
|
||||||
|
var/cache/apt/srcpkgcache.bin
|
||||||
|
var/lib/apt/lists/*
|
||||||
|
var/lib/initramfs-tools/*-amd64
|
||||||
EOF
|
EOF
|
||||||
chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user