mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax
This commit is contained in:
parent
dc126e3b81
commit
b1425b1f37
@ -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"
|
||||
|
||||
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user