diff options
-rwxr-xr-x | scripts/build/binary_rootfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 24177c225..362254521 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -321,6 +321,8 @@ case "${LB_CHROOT_FILESYSTEM}" in fi # Create image + Echo_message "Using: nice -n 17 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" + Chroot chroot "nice -n 17 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" rm -f chroot/excludes |