aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-06-16 21:27:31 +0200
committer Eric Hameleers <alien@slackware.com>2021-06-16 21:27:31 +0200
commit889266eb975d8f20f38175f2c74aebfc5f90aacd (patch)
tree66873b497520c30a38a56d4fb81cf049059788e3
parent65974770011bcd54e791dad355abbf17cf319fe4 (diff)
downloadliveslak-889266eb975d8f20f38175f2c74aebfc5f90aacd.tar.gz
liveslak-889266eb975d8f20f38175f2c74aebfc5f90aacd.tar.xz
Try to reduce ISO size a bit through more zstd compression
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
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: