Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user