Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Switch order of prompt display of logfile and verbose
authorMichael Prokop
Sat Oct 27 00:27:56 2007 +0200 (13 months ago)
changeset 2206680943272b5
manifest6680943272b5
parent 21941b122e9bbc0
child 22188bfdc7a0717
Switch order of prompt display of logfile and verbose
grml-live
--- a/grml-live Fri Oct 26 01:30:11 2007 +0200
+++ b/grml-live Sat Oct 27 00:27:56 2007 +0200
@@ -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 "$LOGFILE" ] && echo " Logging to file: $LOGFILE"
[ -n "$VERBOSE" ] && echo " Using VERBOSE mode."
- [ -n "$LOGFILE" ] && echo " Logging to file: $LOGFILE"
echo
echo -n "Is this ok for you? [y/N] "
read a