[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 0d8e3766bb8af63cd0f3b93eb24353bdb674718a

Steffen Moeller moeller at debian.org
Fri Aug 21 14:02:50 UTC 2009


The following commit has been merged in the master branch:
commit d2a398f3cdade9ea229fabb7760aba315510acb7
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Aug 21 15:37:52 2009 +0200

    Applying patch by Oliver Berger for VERBOSE as ENV

diff --git a/install.sh b/install.sh
index 2c4357e..f90ffe2 100755
--- a/install.sh
+++ b/install.sh
@@ -365,6 +365,7 @@ OPTIONS
 	options have been implemented to be set as arguments:
 
         -h|--help    shows this information
+	--verbose    same as invocation with VERBOSE=true as environment variable
 	--apt-options <options>
                      sets the APT_OPTIONS variable
 	--hostname <name>
@@ -813,7 +814,7 @@ action_debian () {
 	if [ -n "$VERBOSE" ]; then
 		CDEBOOTSTRAP_EXTRA_FLAGS="$CDEBOOTSTRAP_EXTRA_FLAGS -v"
 	fi
-	cdebootstrap-static --allow-unauthenticated --flavour $CDEBOOTSTRAP_FLAVOUR \
+	cdebootstrap-static $CDEBOOTSTRAP_EXTRA_FLAGS --allow-unauthenticated --flavour $CDEBOOTSTRAP_FLAVOUR \
 		--include=$CDEBOOTSTRAP_EXTRA_PACKAGES \
 		--exclude=$CDEBOOTSTRAP_EXCLUDE_PACKAGES sid "$INST_DIR" $INST_MIRROR
 
@@ -1436,7 +1437,6 @@ fi
 
 # internal variable
 
-VERBOSE=""
 showHelp=""
 
 # parse options

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list