Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Tue Sep 18 09:12:13 2007 +0200 (14 months ago) | |
| changeset 79 | f4795ad5afb7 |
| manifest | f4795ad5afb7 |
| parent 78 | 3623f604842c |
| child 80 | b8441b1e4773 |
--- a/grml-live Tue Sep 18 09:00:26 2007 +0200+++ b/grml-live Tue Sep 18 09:12:13 2007 +0200@@ -4,7 +4,7 @@# Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org># 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# ask user whether the setup is ok {{{if [ -z "$FORCE" ] ; thenecho- 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):"echoecho " 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"