Add SQUASHFS_ZLIB template to grml-live.conf
[grml-live.git] / etc / grml / grml-live.conf
index 4555cb7..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 Nov 25 18:39:34 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"
 
@@ -88,6 +92,9 @@ HOSTNAME=grml
 # Specify user with UID 1000 on live-system:
 USERNAME=grml
 
+# Specify options for Squashfs build stage (running mksquashfs):
+# SQUASHFS_OPTIONS="-nolzma"
+
 # Which bootloader do you want to use? Default: isolinux
 # Supported values: isolinux, grub
 # BOOT_METHOD='isolinux'
@@ -99,7 +106,7 @@ GRML_FAI_CONFIG=/etc/grml/fai
 # FAI_ARGS=""
 
 # Where do you want to store grml-live.log?
-# LOGDIR="/var/log/fai/dirinstall/$HOSTNAME"
+# LOGDIR="/var/log/fai/$HOSTNAME/last"
 
 # Which architecture do you want to build?
 # It defaults to output of 'dpkg --print-architecture'