summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/defaults.toml2
-rwxr-xr-xscripts/build-vyos-image3
2 files changed, 4 insertions, 1 deletions
diff --git a/data/defaults.toml b/data/defaults.toml
index fe23a7d6..c036382c 100644
--- a/data/defaults.toml
+++ b/data/defaults.toml
@@ -17,6 +17,8 @@ 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"
+
website_url = "https://vyos.io"
support_url = "https://support.vyos.io"
bugtracker_url = "https://vyos.dev"
diff --git a/scripts/build-vyos-image b/scripts/build-vyos-image
index b3b3fc77..3ab42c69 100755
--- a/scripts/build-vyos-image
+++ b/scripts/build-vyos-image
@@ -425,9 +425,10 @@ if __name__ == "__main__":
--bootappend-live-failsafe "live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \
--linux-flavours {{kernel_flavor}} \
--linux-packages linux-image-{{kernel_version}} \
- --bootloader {{ bootloaders }} \
+ --bootloader {{bootloaders}} \
--binary-images iso-hybrid \
--checksums 'sha256 md5' \
+ --chroot-squashfs-compression-type {{chroot-squashfs-compression-type}} \
--debian-installer none \
--distribution {{debian_distribution}} \
--iso-application "VyOS" \