X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=64228881cab2aea38d9bfadc75984c54233f3201;hb=620810f005c969d04d0557770d3b05e2e53b93f1;hp=3f9832647e795c40e43233b3b70f115e36bcfaf5;hpb=11dcbac6983242b9107bb4619860c5b9a3c6146d;p=grml-live.git diff --git a/grml-live b/grml-live index 3f98326..6422888 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)" @@ -44,7 +44,7 @@ Usage: $PN [options, see as follows] -c classes to be used for building the ISO via FAI -C configuration file for grml-live -F force execution without prompting - -g ] set the grml flavour name + -g set the grml flavour name -h display short usage information and exit -i name of ISO -I directory which provides files that should become @@ -52,7 +52,7 @@ Usage: $PN [options, see as follows] -n skip generation of ISO -o main output directory of the build process -q skip mksquashfs - -r release name -s Debian suite; values: etch, lenny, squeeze, sid -t place of the templates -u update existing chroot instead of rebuilding it from scratch @@ -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