binary_rootfs: fix deletion of excludes file from wrong location in squashfs after use
Closes: #952849
This commit is contained in:
parent
769cf6e7b7
commit
eac4757a89
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue