From d26c9850526c4d4d276f27a4b041ea7d73262ab8 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Dec 2007 16:13:17 +0100 Subject: [PATCH] support SQUASHFS_OPTIONS in configuration file --- debian/changelog | 3 ++- etc/grml/grml-live.conf | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0f0c255..164a47f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index 3420d0d..1d93c20 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 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' -- 2.1.4