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:
parent
745b2be876
commit
3cc60e4f64
scripts/build
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue