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

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-28 12:33:33 +01:00
parent 7c3c3654dc
commit 2b5fbde43f
7 changed files with 55 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ guard_sourcing
# Returns:
# 0: on success
#######################################
lb_ciss_upgrade() {
ciss_upgrades() {
printf "\e[95m++++ ++++ ++++ ++++ ++++ ++++ ++ 🧪 %s starting ... \e[0m\n" "${BASH_SOURCE[0]}"
if [[ ! -e /usr/lib/live/build/binary_rootfs.original ]]; then

View File

@@ -124,12 +124,6 @@ debootstrap
debootstrap/*
root/.wget-hsts
tmp/*
usr/lib/firmware/amd-ucode/*
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
chmod 0644 "${VAR_HANDLER_BUILD_DIR}/config/rootfs/excludes"