X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=2268abe021a1eabb6be4d08e2d3b3e0a5dc8159a;hp=315968a435967906c37e2c5c76cb7e45eb862fda;hb=69f74a67e818e78a867bfe748ba7252997183513;hpb=acec3706db25d44b13d87b0b32039c63259c50cb diff --git a/grml-live b/grml-live index 315968a..2268abe 100755 --- a/grml-live +++ b/grml-live @@ -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"