From: Michael Prokop Date: Fri, 11 Sep 2009 00:53:47 +0000 (+0200) Subject: Use blocksize of 256 when running mksquashfs-lzma binary X-Git-Tag: v0.9.23~36 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=4dfb989c80f327efbee16e8597044e2570e5e8db Use blocksize of 256 when running mksquashfs-lzma binary --- diff --git a/grml-live b/grml-live index 3f98326..66075e8 100755 --- a/grml-live +++ b/grml-live @@ -889,6 +889,10 @@ else ;; esac fi + + # if we still want to use mksquashfs-lzma then let's choose + # blocksize 256k as this gives best result with regards to time + comopression + [[ "$SQUASHFS_BINARY" == "mksquashfs-lzma" ]] && SQUASHFS_OPTIONS="-b 256k" fi fi