From 4c620ad88db563c696d498f40bf045052c46ae05 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 18 Sep 2007 09:12:13 +0200 Subject: [PATCH] Small update inside check for configuration stuff --- grml-live | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grml-live b/grml-live index 98bf558..53e19c8 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 Sep 17 18:31:35 CEST 2007 [mika] +# Latest change: Tue Sep 18 09:11:50 CEST 2007 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -107,10 +107,10 @@ specify it on the command line using the -t|--target option." # ask user whether the setup is ok {{{ if [ -z "$FORCE" ] ; then echo - echo "$PN - check your configuration (or invoke using -F to force execution without prompting)" + echo "$PN - check your configuration (or invoke using -F to force execution without prompting):" echo echo " FAI classes: $CLASSES" - echo " output directory: $TARGET" + echo " main directory: $TARGET" [ -n "$CHROOT_TARGET" ] && echo " chroot target: $CHROOT_TARGET" [ -n "$BUILD_TARGET" ] && echo " build target: $BUILD_TARGET" [ -n "$ISO_TARGET" ] && echo " ISO target: $ISO_TARGET" -- 2.1.4