Merge branch 'log-usage-mksquashfs' into 'master'
Add logging for which mksquashfs syntax is being used See merge request live-team/live-build!322
This commit is contained in:
commit
1556b6a430
@ -333,6 +333,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user