support SQUASHFS_OPTIONS in configuration file
[grml-live.git] / etc / grml / grml-live.conf
index 3420d0d..1d93c20 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: Sun Dec 09 16:12:51 CET 2007 [mika]
 ################################################################################
 
 # Main output directory
@@ -88,6 +88,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'