X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=bbc628f1f85f3cffdd3f23cf4754f6fc858f2c94;hb=550d8f7a51e69cfb997745f9f46026cfac7a36aa;hp=199edaa8de4f4f24ede7624171c3a6973e952e7b;hpb=03d6cbdfdfe85a9823fac9ec86b34517efb0011c;p=grml-live.git diff --git a/grml-live b/grml-live index 199edaa..bbc628f 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: Mon Nov 26 15:13:41 CET 2007 [mika] +# Latest change: Sun Dec 09 16:24:55 CET 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -241,8 +241,8 @@ if [ -z "$FORCE" ] ; then echo echo " FAI classes: $CLASSES" echo " main directory: $OUTPUT" - [ -n "$CONFIG" ] && echo " configuration: $CONFIG" [ -r "$LOCAL_CONFIG" ] && echo " local config: /etc/grml/grml-live.local" + [ -n "$CONFIG" ] && echo " configuration: $CONFIG" [ -n "$CHROOT_OUTPUT" ] && echo " chroot target: $CHROOT_OUTPUT" [ -n "$BUILD_OUTPUT" ] && echo " build target: $BUILD_OUTPUT" [ -n "$ISO_OUTPUT" ] && echo " ISO target: $ISO_OUTPUT"