From 0e005ba55fd9ab2bf1acbb0f7a0910cf057cc07e Mon Sep 17 00:00:00 2001 From: Apachez Date: Sun, 3 Sep 2023 07:09:12 +0200 Subject: T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax --- data/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/defaults.toml b/data/defaults.toml index 4d65427a..02b541b0 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -17,7 +17,7 @@ release_train = "current" kernel_version = "6.1.50" 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" -- cgit v1.2.3