V9.14.016.2026.06.06
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2026-06-06 18:37:43 +01:00
parent fa1a31ef64
commit 8b6731f1be
4 changed files with 22 additions and 9 deletions
@@ -17,7 +17,7 @@
## Modified Version of the original file:
## live-build(7) - System Build Scripts
## Live-build(7) - System Build Scripts
## Copyright (C) 2016-2020 The Debian Live team
## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
##
@@ -50,7 +50,7 @@ if [ "${LB_CHECKSUMS}" = "none" ]; then
fi
if [ "${LB_INITRAMFS}" = "dracut-live" ]; then
### The checksums will be generated by binary_iso.
### Binary_iso will generate the checksums.
exit 0
fi
@@ -85,7 +85,8 @@ for CHECKSUM in ${LB_CHECKSUMS}; do
find . -type f \
\! -path './isolinux/isolinux.bin' \
\! -path './boot/boot.bin' \
\! -path './boot/grub/stage2_eltorito' \
\! -path './boot/grub/grub_eltorito' \
\! -path './boot/grub/stage2_eltorito' \
\! -path './live/filesystem.squashfs' \
\! -path './*SUMS' \
\! -path './*sum.txt' \