From: Michael Prokop Date: Sun, 17 Aug 2008 11:03:27 +0000 (+0200) Subject: Display SQUASHFS_OPTIONS in configuration overview X-Git-Tag: 0.9.0~13 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e42875473e43db03a8e99c7a07bdbfacbf8733be Display SQUASHFS_OPTIONS in configuration overview --- diff --git a/debian/changelog b/debian/changelog index 47ea490..0871c37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,8 +24,9 @@ grml-live (0.9) unstable; urgency=low see #474322. * Improve look and feel of booting message (being /etc/grml/fai/live-initramfs/grml-script.init-top). + * Display SQUASHFS_OPTIONS in configuration overview. - -- Michael Prokop Sat, 16 Aug 2008 11:58:11 +0200 + -- Michael Prokop Sun, 17 Aug 2008 13:03:14 +0200 grml-live (0.8) unstable; urgency=low diff --git a/grml-live b/grml-live index c3d5de0..e4b6aef 100755 --- a/grml-live +++ b/grml-live @@ -4,7 +4,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: Mon May 12 19:13:48 CEST 2008 [mika] +# Latest change: Sun Aug 17 13:02:22 CEST 2008 [mika] ################################################################################ # read configuration files, set some misc variables {{{ @@ -15,7 +15,7 @@ export LC_ALL=C # exit on any error: set -e -GRML_LIVE_VERSION='0.8' +GRML_LIVE_VERSION='0.9' CMDLINE="$0 $@" ISO_DATE="$(date +%Y-%m-%d)" @@ -268,8 +268,9 @@ if [ -z "$FORCE" ] ; then [ -n "$TEMPLATE_DIRECTORY" ] && echo " Template files: $TEMPLATE_DIRECTORY" [ -n "$FAI_ARGS" ] && echo " additional arguments for FAI: $FAI_ARGS" [ -n "$LOGFILE" ] && echo " Logging to file: $LOGFILE" - [ -n "$VERBOSE" ] && echo " Using VERBOSE mode." [ -n "$SQUASHFS_ZLIB" ] && echo " Using ZLIB (instead of LZMA) compression." + [ -n "$SQUASHFS_OPTIONS" ] && echo " Using SQUASHFS_OPTIONS ${SQUASHFS_OPTIONS}" + [ -n "$VERBOSE" ] && echo " Using VERBOSE mode." [ -n "$UPDATE" ] && echo " Executing UPDATE instead of fresh installation." [ -n "$BUILD_ONLY" ] && echo " Executing BUILD_ONLY instead of fresh installation or UPDATE." echo