From: Michael Prokop Date: Fri, 11 Jan 2008 08:11:14 +0000 (+0100) Subject: Bump version number to 0.1, update docs X-Git-Tag: 0.1~1^2~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=75f6831ab472b908c982108ff26ca1dc95a7874f;hp=d101c6e5287c25d85d1f1c01b8e36202f57a78b6 Bump version number to 0.1, update docs --- diff --git a/debian/changelog b/debian/changelog index dbdd4c4..c35cb70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 28 Dec 2007 18:48:11 +0100 + -- Michael Prokop Fri, 11 Jan 2008 01:56:01 +0100 grml-live (0.0.14) unstable; urgency=low diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index 1d93c20..d3ead56 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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" diff --git a/grml-live b/grml-live index 0834526..76971e3 100755 --- 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