X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=e2dd60200681576eea3a5c0b83cce8e48d3dd7c4;hb=8e40fce98aefa49f6f103f0b6b2648e2d1fe099a;hp=6198546dd256aabdbf93b2a33e52f956d2d5dedc;hpb=247c1e253bc2e5ae05bf0b3899d7700b18d50631;p=grml-live.git diff --git a/grml-live b/grml-live index 6198546..e2dd602 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.21' +GRML_LIVE_VERSION='0.9.22' PN="$(basename $0)" CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -470,7 +470,7 @@ else fi if [ -n "$UPDATE" -o -n "$BUILD_ONLY" ] ; then - if ! [ -r "$CHROOT_OUTPUT/etc/grml_version" ] ; then + if ! [ -r "$CHROOT_OUTPUT/etc/debian_version" ] ; then log "Error: does not look like you have a working chroot. Updating/building not possible." eerror "Error: does not look like you have a working chroot. Updating/building not possible. (Drop -u/-b option?)" eend 1 @@ -552,6 +552,7 @@ else fi einfo "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)." + log "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)." eend 0 fi fi # BUILD_DIRTY?