Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Prokop <mika@grml.org> |
| Fri Jan 11 09:11:14 2008 +0100 (10 months ago) | |
| changeset 450 | f23d511b2eaf |
| manifest | f23d511b2eaf |
| parent 449 | 4f1bb47020f4 |
| parent 448 | 5645b00683ad |
| child 451 | 8b8cfc10ef43 |
--- a/debian/changelog Fri Jan 11 09:09:51 2008 +0100+++ b/debian/changelog Fri Jan 11 09:11:14 2008 +0100@@ -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 thebugreport 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 +0100grml-live (0.0.14) unstable; urgency=low
--- a/etc/grml/grml-live.conf Fri Jan 11 09:09:51 2008 +0100+++ b/etc/grml/grml-live.conf Fri Jan 11 09:11:14 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"
--- a/grml-live Fri Jan 11 09:09:51 2008 +0100+++ b/grml-live Fri Jan 11 09:11:14 2008 +0100@@ -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