Add SQUASHFS_ZLIB template to grml-live.conf
authorMichael Prokop <devnull@localhost>
Fri, 11 Jan 2008 00:56:23 +0000 (01:56 +0100)
committerMichael Prokop <devnull@localhost>
Fri, 11 Jan 2008 00:56:23 +0000 (01:56 +0100)
debian/changelog
etc/grml/grml-live.conf

index 4cd9058..5f320b3 100644 (file)
@@ -19,8 +19,9 @@ grml-live (0.0.15) 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"