Switch order of prompt display of logfile and verbose
authorMichael Prokop <devnull@localhost>
Fri, 26 Oct 2007 22:27:56 +0000 (00:27 +0200)
committerMichael Prokop <devnull@localhost>
Fri, 26 Oct 2007 22:27:56 +0000 (00:27 +0200)
grml-live

index e1d7187..e279fdb 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -207,8 +207,8 @@ if [ -z "$FORCE" ] ; then
    [ -n "$BOOT_METHOD" ]   && echo "  Boot method:       $BOOT_METHOD"
    [ -n "$TEMPLATE_DIRECTORY" ] && echo "  Template files:    $TEMPLATE_DIRECTORY"
    [ -n "$FAI_ARGS" ]      && echo "  additional arguments for FAI: $FAI_ARGS"
-   [ -n "$VERBOSE" ]       && echo "  Using VERBOSE mode."
    [ -n "$LOGFILE" ]       && echo "  Logging to file:   $LOGFILE"
+   [ -n "$VERBOSE" ]       && echo "  Using VERBOSE mode."
    echo
    echo -n "Is this ok for you? [y/N] "
    read a