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

Steffen Moeller moeller at debian.org
Sat Feb 28 22:40:56 UTC 2009


The following commit has been merged in the master branch:
commit 1410312c629ddd432720175ecad14f208d6534b2
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Feb 28 15:59:27 2009 +0100

    CDEBOOTSTRAP_FLAVOUR
    
    Rather than always insisting on "minimal", this option
    may prepare for the alternative initial setups of
    cdebootstrap.

diff --git a/install.sh b/install.sh
index e599d8c..a21b60e 100755
--- a/install.sh
+++ b/install.sh
@@ -677,7 +677,7 @@ action_debian () {
 	if [ -n "$VERBOSE" ]; then
 		CDEBOOTSTRAP_EXTRA_FLAGS="$CDEBOOTSTRAP_EXTRA_FLAGS -v"
 	fi
-	cdebootstrap-static --allow-unauthenticated --flavour minimal \
+	cdebootstrap-static --allow-unauthenticated --flavour $CDEBOOTSTRAP_FLAVOUR \
 		--include=$CDEBOOTSTRAP_EXTRA_PACKAGES \
 		--exclude=$CDEBOOTSTRAP_EXCLUDE_PACKAGES sid "$INST_DIR" $INST_MIRROR
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list