From 3cc60e4f6433da0850cbd31013a4478e8086939f Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Wed, 17 Mar 2021 11:08:38 +0100 Subject: Removed filesystem.size for squashfs images. See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html --- scripts/build/binary_rootfs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts') diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 354fc8d87..802bee9d7 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -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 -- cgit v1.2.3