Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop |
| Sat Oct 27 00:27:56 2007 +0200 (13 months ago) | |
| changeset 220 | 6680943272b5 |
| manifest | 6680943272b5 |
| parent 219 | 41b122e9bbc0 |
| child 221 | 88bfdc7a0717 |
--- 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"echoecho -n "Is this ok for you? [y/N] "read a