T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax

This commit is contained in:
Apachez 2023-09-02 03:23:17 +02:00
parent dc126e3b81
commit b1425b1f37
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ release_train = "current"
kernel_version = "6.1.50"
bootloaders = "syslinux,grub-efi"
chroot-squashfs-compression-type = "xz -Xbcj x86 -b 256k -no-recovery -always-use-fragments -no-duplicates"
squashfs_compression_type = "xz -Xbcj x86 -b 256k -no-recovery -always-use-fragments -no-duplicates"
website_url = "https://vyos.io"
support_url = "https://support.vyos.io"

View File

@ -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" \