X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=b1900ac55ae078f88f217d362355e609e31d016a;hb=66f1c71214302aac149194c928697ff123826c32;hp=315968a435967906c37e2c5c76cb7e45eb862fda;hpb=acec3706db25d44b13d87b0b32039c63259c50cb;p=grml-live.git diff --git a/grml-live b/grml-live index 315968a..b1900ac 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.12.4' +GRML_LIVE_VERSION='0.12.5' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -509,8 +509,8 @@ else fi if [ -d "$CHROOT_OUTPUT/bin" -a -z "$UPDATE" -a -z "$BUILD_ONLY" ] ; then - log "Skiping stage 'fai dirinstall' as $CHROOT_OUTPUT exists already." - ewarn "Skiping stage 'fai dirinstall' as $CHROOT_OUTPUT exists already." ; eend 0 + log "Skipping stage 'fai dirinstall' as $CHROOT_OUTPUT exists already." + ewarn "Skipping stage 'fai dirinstall' as $CHROOT_OUTPUT exists already." ; eend 0 else mkdir -p "$CHROOT_OUTPUT" || bailout 5 "Problem with creating $CHROOT_OUTPUT for FAI"