diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-29 08:16:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 08:16:16 +0200 |
commit | 0784b726c7dff36f783ea9910a85381a5e065516 (patch) | |
tree | 3ee08e67557ef3b8f1e022a1a4a520dd5f1bdaaf /scripts | |
parent | 0e2807a5fcc34160c77e57776f203b1774ee51b8 (diff) | |
parent | faaf1acfff1bd21b334ea68fdfe801a88407d615 (diff) | |
download | vyos-live-build-0784b726c7dff36f783ea9910a85381a5e065516.tar.gz vyos-live-build-0784b726c7dff36f783ea9910a85381a5e065516.zip |
T5522: Add logging for which mksquashfs syntax is being used
Diffstat (limited to 'scripts')
-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 |