X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e629957f9f3d75d510087c5adbce759ec3bcf4ec;hb=23b9418fd09e914fa7d2420f44b31a4ae2dc9d0b;hp=2589c1c8e97afb7370bbadc18b2ec3df3d17b0c4;hpb=479f96726933f8f3d39f43a4e0434f53bcad7ab6;p=grml-live.git diff --git a/grml-live b/grml-live index 2589c1c..e629957 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Aug 17 19:44:27 CEST 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +14,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.9' +GRML_LIVE_VERSION='0.9.0' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -43,7 +42,8 @@ Usage: $PN [options, see as follows] -u update existing chroot instead of rebuilding it from scratch -v specify version number of the release -V increase verbosity in the build process - -z use ZLIB instead of LZMA compression + -z use ZLIB instead of LZMA compression (depends on + squashfs-tools version) Usage examples: @@ -423,6 +423,7 @@ else log "Setting /etc/grml_version to $GRML_NAME $VERSION Release Codename $RELEASENAME [$ISO_DATE]" echo "$GRML_NAME $VERSION Release Codename $RELEASENAME [$ISO_DATE]" > $CHROOT_OUTPUT/etc/grml_version chmod 644 $CHROOT_OUTPUT/etc/grml_version + chroot $CHROOT_OUTPUT update-initramfs -u -t # make sure new /etc/grml_version reaches the initramfs fi # Remove all FAI logs from chroot if class RELEASE is used: