From 889266eb975d8f20f38175f2c74aebfc5f90aacd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 16 Jun 2021 21:27:31 +0200 Subject: Try to reduce ISO size a bit through more zstd compression --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 19445f6..fb0f419 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -275,7 +275,7 @@ SQ_COMP_PARAMS_OPT[gzip]="" SQ_COMP_PARAMS_OPT[lzma]="" SQ_COMP_PARAMS_OPT[lzo]="" SQ_COMP_PARAMS_OPT[xz]="-b 1M" -SQ_COMP_PARAMS_OPT[zstd]="-b 1M -Xcompression-level 19" +SQ_COMP_PARAMS_OPT[zstd]="-b 1M -Xcompression-level 22" # What compression to use for the squashfs modules? # Default is xz, alternatives are gzip, lzma, lzo, zstd: -- cgit v1.2.3