From b1425b1f379c83db23625d4a944d32bc56feb055 Mon Sep 17 00:00:00 2001 From: Apachez Date: Sat, 2 Sep 2023 03:23:17 +0200 Subject: T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax --- scripts/build-vyos-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-vyos-image b/scripts/build-vyos-image index 3ab42c69..5d07afca 100755 --- a/scripts/build-vyos-image +++ b/scripts/build-vyos-image @@ -428,7 +428,7 @@ if __name__ == "__main__": --bootloader {{bootloaders}} \ --binary-images iso-hybrid \ --checksums 'sha256 md5' \ - --chroot-squashfs-compression-type {{chroot-squashfs-compression-type}} \ + --chroot-squashfs-compression-type {{squashfs_compression_type}} \ --debian-installer none \ --distribution {{debian_distribution}} \ --iso-application "VyOS" \ -- cgit v1.2.3