From 4dfb989c80f327efbee16e8597044e2570e5e8db Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 11 Sep 2009 02:53:47 +0200 Subject: [PATCH] Use blocksize of 256 when running mksquashfs-lzma binary --- grml-live | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4