diff options
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 |
commit | 889266eb975d8f20f38175f2c74aebfc5f90aacd (patch) | |
tree | 66873b497520c30a38a56d4fb81cf049059788e3 /make_slackware_live.sh | |
parent | 65974770011bcd54e791dad355abbf17cf319fe4 (diff) | |
download | liveslak-889266eb975d8f20f38175f2c74aebfc5f90aacd.tar.gz liveslak-889266eb975d8f20f38175f2c74aebfc5f90aacd.tar.xz |
Try to reduce ISO size a bit through more zstd compression
Diffstat (limited to '')
-rwxr-xr-x | make_slackware_live.sh | 2 |
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: |