Add logging for which mksquashfs syntax is being used
When using live-build then mksquashfs is being used to create the filesystem.squashfs file.
However since the syntax is compiled dynamically (/scripts/build/binary_rootfs) its hard to tell afterwards what the full syntax of mksquashfs really were to create that squashfs-file.
This commit changes:
- /scripts/build/binary_rootfs: Adds logging for what the variable ${MKSQUASHFS_OPTIONS} ultimately ended up to be.
Edited by Apachez