X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=9692c97f77fbb70147b21cf208b3a3c88a274d45;hp=87321a08479f96ccab5bc34cba5d608572e7d457;hb=91999510da9f01f75b551842603fb4f8a1053b08;hpb=5f75bf0b376147c45194e89d4014833536524698 diff --git a/grml-live b/grml-live index 87321a0..9692c97 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,7 @@ # 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 Dec 09 16:24:55 CET 2007 [mika] +# Latest change: Sun Dec 09 17:53:23 CET 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.0.11' +GRML_LIVE_VERSION='0.0.12' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -356,8 +356,8 @@ fi if [ -n "$UPDATE" ] ; then if ! [ -r "$CHROOT_OUTPUT/etc/grml_version" ] ; then - log "Error: It does not look like you have a working chroot system. Updating not possible." - eerror "Error: It does not look like you have a working chroot system. Updating not possible." + log "Error: does not look like you have a working chroot. Updating not possible." + eerror "Error: does not look like you have a working chroot. Updating not possible. (Drop -u option?)" eend 1 bailout 20 fi