Warning!

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

Simple typo fix in grml-live script
authorMichael Prokop
Fri Jan 11 02:01:00 2008 +0100 (10 months ago)
changeset 4485645b00683ad
manifest5645b00683ad
parent 447ea37ad087a78
child 450f23d511b2eaf
child 453bcd17bdc49a7
Simple typo fix in grml-live script
grml-live
--- a/grml-live Fri Jan 11 01:56:23 2008 +0100
+++ b/grml-live Fri Jan 11 02:01:00 2008 +0100
@@ -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: Fri Dec 28 18:48:42 CET 2007 [mika]
+# Latest change: Fri Jan 11 02:00:39 CET 2008 [mika]
################################################################################
# read configuration files, set some misc variables {{{
@@ -265,7 +265,7 @@ if [ -z "$FORCE" ] ; then
[ -n "$FAI_ARGS" ] && echo " additional arguments for FAI: $FAI_ARGS"
[ -n "$LOGFILE" ] && echo " Logging to file: $LOGFILE"
[ -n "$VERBOSE" ] && echo " Using VERBOSE mode."
- [ -n "$SQUASHFS_ZLIB" ] && echo " Using ZLIB (instead od LZMA) compression."
+ [ -n "$SQUASHFS_ZLIB" ] && echo " Using ZLIB (instead of LZMA) compression."
[ -n "$UPDATE" ] && echo " Executing UPDATE instead of fresh installation."
[ -n "$BUILD_ONLY" ] && echo " Executing BUILD_ONLY instead of fresh installation or UPDATE."
echo