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

Steffen Moeller steffen_moeller at gmx.de
Tue Mar 9 15:27:35 UTC 2010


The following commit has been merged in the master branch:
commit 2037106473711ddb181eed7dc346d5e1236e84c3
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Tue Mar 9 02:03:17 2010 +0100

    Set LANG=C
    
    This is possibly forwarded into the chroot to prevent
    respective complaints by scripts invoked during the install process.

diff --git a/install.sh b/install.sh
index 0cef5b3..0bf555f 100755
--- a/install.sh
+++ b/install.sh
@@ -64,6 +64,9 @@ SINGLE_PART=${SINGLE_PART:-$QI}
 TRAYER=${TRAYER:-trayer}
 ZHONE=${ZHONE:-true}
 
+# let us all see the same error messages and possibly suppress some by apt-get
+export LANG=C
+
 # hardening for the case that a user uses capitals
 lc APT_RECOMMENDS BOOTSTRAPPER FSO_DEVICE QI QI_VERBOSE_BOOT SD_PART1_FS SD_PART2_FS 
 

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list