From: Michael Prokop Date: Sun, 9 Dec 2007 15:13:17 +0000 (+0100) Subject: support SQUASHFS_OPTIONS in configuration file X-Git-Tag: 0.0.11~5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d26c9850526c4d4d276f27a4b041ea7d73262ab8 support SQUASHFS_OPTIONS in configuration file --- 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'