diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index d50cf3b43..bfa605f38 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -354,7 +354,7 @@ case "${LB_CHROOT_FILESYSTEM}" in # Create image Chroot chroot "nice -n 19 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" - rm -f chroot/chroot/excludes + rm -f chroot/excludes du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size |