Bump version number to 0.1, update docs
authorMichael Prokop <mika@grml.org>
Fri, 11 Jan 2008 08:11:14 +0000 (09:11 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 11 Jan 2008 08:11:14 +0000 (09:11 +0100)
debian/changelog
etc/grml/grml-live.conf
grml-live

index dbdd4c4..c35cb70 100644 (file)
@@ -21,8 +21,9 @@ grml-live (0.1) unstable; urgency=low
   * /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot:
     remove packages via dpkg instead of apt-get. Thanks for the
     bugreport and the patch, Lupe Christoph! [Closes: issue367]
+  * Add SQUASHFS_ZLIB template to grml-live.conf.
 
- -- Michael Prokop <mika@grml.org>  Fri, 28 Dec 2007 18:48:11 +0100
+ -- Michael Prokop <mika@grml.org>  Fri, 11 Jan 2008 01:56:01 +0100
 
 grml-live (0.0.14) unstable; urgency=low
 
index 1d93c20..d3ead56 100644 (file)
@@ -3,7 +3,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: Sun Dec 09 16:12:51 CET 2007 [mika]
+# Latest change: Fri Jan 11 01:55:54 CET 2008 [mika]
 ################################################################################
 
 # Main output directory
@@ -72,6 +72,10 @@ CLASSES="GRMLBASE,GRML_MEDIUM,I386"
 # ... and the sources.list entry for the directory:
 # MIRROR_SOURCES="deb file:///mnt/mirror/debian sid main contrib non-free"
 
+# Use ZLIB instead of LZMA compression? Faster and available in older
+# squashfs versions as well but not such a good compression.
+# SQUASHFS_ZLIB=1
+
 # Version number of ISO:
 VERSION="0.0-1"
 
index 0834526..76971e3 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -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