From: Michael Prokop Date: Sun, 9 Dec 2007 15:40:43 +0000 (+0100) Subject: Switch order of config stuff in config display - 2nd try X-Git-Tag: 0.0.11 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=85728ba653358033e28d035863588fd123fd17f5;hp=550d8f7a51e69cfb997745f9f46026cfac7a36aa Switch order of config stuff in config display - 2nd try --- diff --git a/grml-live b/grml-live index bbc628f..64c5960 100755 --- a/grml-live +++ b/grml-live @@ -240,9 +240,9 @@ if [ -z "$FORCE" ] ; then echo "${PN} [${GRML_LIVE_VERSION}]: check your configuration (or use -F to force execution):" echo echo " FAI classes: $CLASSES" - echo " main directory: $OUTPUT" [ -r "$LOCAL_CONFIG" ] && echo " local config: /etc/grml/grml-live.local" [ -n "$CONFIG" ] && echo " configuration: $CONFIG" + echo " main directory: $OUTPUT" [ -n "$CHROOT_OUTPUT" ] && echo " chroot target: $CHROOT_OUTPUT" [ -n "$BUILD_OUTPUT" ] && echo " build target: $BUILD_OUTPUT" [ -n "$ISO_OUTPUT" ] && echo " ISO target: $ISO_OUTPUT"