--- a/debian/changelog Tue Jan 08 09:12:03 2008 +0100
+++ b/debian/changelog Fri Jan 11 01:56:23 2008 +0100
@@ -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]
-
- -- Michael Prokop <mika@grml.org> Fri, 28 Dec 2007 18:48:11 +0100
+ * Add SQUASHFS_ZLIB template to grml-live.conf.
+
+ -- Michael Prokop <mika@grml.org> Fri, 11 Jan 2008 01:56:01 +0100
grml-live (0.0.14) unstable; urgency=low
--- a/etc/grml/grml-live.conf Tue Jan 08 09:12:03 2008 +0100
+++ b/etc/grml/grml-live.conf Fri Jan 11 01:56:23 2008 +0100
@@ -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"