Removed filesystem.size for squashfs images.

See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html
This commit is contained in:
Roland Clobus 2021-03-17 11:08:38 +01:00 committed by Luca Boccassi
parent 745b2be876
commit 3cc60e4f64
1 changed files with 0 additions and 4 deletions
scripts/build

View File

@ -320,8 +320,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
rm -f chroot/excludes
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
# Move image
mv chroot/filesystem.squashfs binary/${INITFS}
rm -f chroot/squashfs.sort
@ -354,8 +352,6 @@ case "${LB_CHROOT_FILESYSTEM}" in
fi
nice -n 19 mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
du -B 1 -s chroot | cut -f1 > binary/${INITFS}/filesystem.size
;;
esac