X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=64228881cab2aea38d9bfadc75984c54233f3201;hb=5a644ebdb7a419d05c6d3d3c8e98db2dec5f8c93;hp=66075e8d86628261f00f6661af73404b7ad2a5de;hpb=4dfb989c80f327efbee16e8597044e2570e5e8db;p=grml-live.git diff --git a/grml-live b/grml-live index 66075e8..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 @@ -892,7 +892,7 @@ else # 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" + [[ "$SQUASHFS_BINARY" == "mksquashfs-lzma" ]] && SQUASHFS_OPTIONS="-b 256k -lzma" fi fi