summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-09-06 20:22:21 +0200
committerGitHub <noreply@github.com>2023-09-06 20:22:21 +0200
commite87ddd42162dcee4e6a0d2c0444e50909e026f90 (patch)
treea3763e50b22a49cff092521bb5ffd6c369e2bdfc /data
parentf909a712d635d45b5b812e5f1328d825e32b49f3 (diff)
parent0e005ba55fd9ab2bf1acbb0f7a0910cf057cc07e (diff)
downloadvyos-build-e87ddd42162dcee4e6a0d2c0444e50909e026f90.tar.gz
vyos-build-e87ddd42162dcee4e6a0d2c0444e50909e026f90.zip
Merge pull request #392 from Apachez-/T5510
T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax
Diffstat (limited to 'data')
-rw-r--r--data/defaults.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml
index cda7c36b..c9a49749 100644
--- a/data/defaults.toml
+++ b/data/defaults.toml
@@ -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"