diff options
author | Apachez <apachez@gmail.com> | 2023-08-29 00:17:26 +0200 |
---|---|---|
committer | Apachez <apachez@gmail.com> | 2023-08-29 00:17:26 +0200 |
commit | faaf1acfff1bd21b334ea68fdfe801a88407d615 (patch) | |
tree | 3ee08e67557ef3b8f1e022a1a4a520dd5f1bdaaf | |
parent | 0e2807a5fcc34160c77e57776f203b1774ee51b8 (diff) | |
download | vyos-live-build-faaf1acfff1bd21b334ea68fdfe801a88407d615.tar.gz vyos-live-build-faaf1acfff1bd21b334ea68fdfe801a88407d615.zip |
T5522: Add logging for which mksquashfs syntax is being used
-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 |