support SQUASHFS_OPTIONS in configuration file
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:13:17 +0000 (16:13 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 15:13:17 +0000 (16:13 +0100)
debian/changelog
etc/grml/grml-live.conf

index 0f0c255..164a47f 100644 (file)
@@ -1,6 +1,7 @@
 grml-live (0.0.11) unstable; urgency=low
 
-  * New option -z to use ZLIB instead of LZMA compression.
+  * New option -z to use ZLIB instead of LZMA compression and
+    support SQUASHFS_OPTIONS in configuration file.
   * Add new class XORG.
   * Add X.org packages to GRML_MEDIUM.
   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
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'