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

Steffen Moeller moeller at debian.org
Sat Sep 19 12:46:37 UTC 2009


The following commit has been merged in the master branch:
commit 5f8f305a69527c7ccc1e4e3af0d67b050fc38036
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Sep 19 14:45:53 2009 +0200

    Skipping install of localepurge even if requested
    
    First need a way to install it without supervision.

diff --git a/install.sh b/install.sh
index e83d36f..5c12dc3 100755
--- a/install.sh
+++ b/install.sh
@@ -1069,7 +1069,8 @@ action_configuration () {
 
 	if [ "true" = "$LOCALEPURGE" ]; then
 		echo " * installing localepurge"
-		chroot "$INST_DIR" apt-get $APT_OPTIONS install localepurge
+		echo "     ... skipped since Erich reported it to break unsupervised install"
+		#chroot "$INST_DIR" apt-get $APT_OPTIONS install localepurge
 	fi
 
 	if [ -z "$SD_SWAP_SIZE" ]; then SD_SWAP_SIZE=0; fi

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list