From: Michael Prokop Date: Sun, 9 Dec 2007 15:39:33 +0000 (+0100) Subject: Switch order of config stuff in config display X-Git-Tag: 0.0.11~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=550d8f7a51e69cfb997745f9f46026cfac7a36aa Switch order of config stuff in config display --- diff --git a/grml-live b/grml-live index 0f83a9d..bbc628f 100755 --- a/grml-live +++ b/grml-live @@ -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"