summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-08-29 08:16:16 +0200
committerGitHub <noreply@github.com>2023-08-29 08:16:16 +0200
commit0784b726c7dff36f783ea9910a85381a5e065516 (patch)
tree3ee08e67557ef3b8f1e022a1a4a520dd5f1bdaaf
parent0e2807a5fcc34160c77e57776f203b1774ee51b8 (diff)
parentfaaf1acfff1bd21b334ea68fdfe801a88407d615 (diff)
downloadvyos-live-build-current.tar.gz
vyos-live-build-current.zip
Merge pull request #1 from Apachez-/T5522HEADcurrent
T5522: Add logging for which mksquashfs syntax is being used
-rwxr-xr-xscripts/build/binary_rootfs2
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