diff options
author | Apachez <apachez@gmail.com> | 2023-09-02 03:23:17 +0200 |
---|---|---|
committer | Apachez <apachez@gmail.com> | 2023-09-02 03:23:17 +0200 |
commit | b1425b1f379c83db23625d4a944d32bc56feb055 (patch) | |
tree | 82d0a7112bd31f77631fd645cb46e70f96878dc8 /scripts | |
parent | dc126e3b819f08402bf2568cae9dfe75af2e8f1c (diff) | |
download | vyos-build-b1425b1f379c83db23625d4a944d32bc56feb055.tar.gz vyos-build-b1425b1f379c83db23625d4a944d32bc56feb055.zip |
T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-vyos-image | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |