diff options
author | Apachez <apachez@gmail.com> | 2023-09-03 07:09:12 +0200 |
---|---|---|
committer | Apachez <apachez@gmail.com> | 2023-09-03 07:09:12 +0200 |
commit | 0e005ba55fd9ab2bf1acbb0f7a0910cf057cc07e (patch) | |
tree | 7336cafa7f07951622331318c18f082ddb39bf90 /data | |
parent | 9403274bf29110b3d1aa5be99a029a97103e02f1 (diff) | |
download | vyos-build-0e005ba55fd9ab2bf1acbb0f7a0910cf057cc07e.tar.gz vyos-build-0e005ba55fd9ab2bf1acbb0f7a0910cf057cc07e.zip |
T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |