Merge pull request #392 from Apachez-/T5510

T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax
This commit is contained in:
Christian Breunig 2023-09-06 20:22:21 +02:00 committed by GitHub
commit e87ddd4216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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