X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=832d44bdcd52414de23be4af4f9179c59809fd22;hb=ae03bb245582f7184394f2b7e254f4907cb2e4ab;hp=98bf5587b942e718ebdd775c132a4f3c6bcc50e6;hpb=85faacc881efc871120f0500b1d1bb2b7216f168;p=grml-live.git diff --git a/grml-live b/grml-live index 98bf558..832d44b 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 {{{ @@ -61,8 +61,8 @@ Usage: $PN [-c ] [-t ] [-s [-Fvh] Usage examples: $PN - $PN -c GRMLBASE,I386 -t /dev/shm/grml $PN -c GRMLBASE,GRML_X,I386 -t /grml/ + $PN -c GRMLBASE,I386 -t /dev/shm/grml $PN -c GRMLBASE,GRML_SMALL,I386 $PN -s sid -c GRMLBASE,I386 @@ -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"