X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=8fe8db2fc11a225366cb00baadf5d8815ecdb68e;hb=94dca26ba598fe20a8458c96de44561ea22122cf;hp=3f9832647e795c40e43233b3b70f115e36bcfaf5;hpb=11dcbac6983242b9107bb4619860c5b9a3c6146d;p=grml-live.git diff --git a/grml-live b/grml-live index 3f98326..8fe8db2 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.23-prerelease' +GRML_LIVE_VERSION='0.9.23' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -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 -lzma" fi fi