From baee59d26a11c1f1105bff632514212383b0650a Mon Sep 17 00:00:00 2001 From: Apachez Date: Fri, 1 Sep 2023 21:42:37 +0200 Subject: T5510: Shrink imagesize and improve read performance by changing mksquashfs syntax --- scripts/build-vyos-image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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" \ -- cgit v1.2.3