Use lang=en as default (instead of lang=us).
authorMichael Prokop <mika@grml.org>
Sat, 14 Nov 2009 12:25:11 +0000 (13:25 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 14 Nov 2009 12:25:11 +0000 (13:25 +0100)
autoconfig.functions
debian/changelog

index 75060f8..637f238 100755 (executable)
@@ -219,7 +219,7 @@ config_language(){
 
  # set default to 'en' in live-cd mode if $LANGUAGE is not yet set:
  if [ -z "$INSTALLED" ] ; then
-    [ -n "$LANGUAGE" ] || LANGUAGE='us'
+    [ -n "$LANGUAGE" ] || LANGUAGE='en'
  fi
 
  # if bootoption lang is used update /etc/default/locale, otherwise *not*!
index 507f252..ee9131c 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.9.1) unstable; urgency=low
+
+  * Use lang=en as default (instead of lang=us). [Closes: issue760]
+
+ -- Michael Prokop <mika@grml.org>  Sat, 14 Nov 2009 13:24:19 +0100
+
 grml-autoconfig (0.9.0) unstable; urgency=low
 
   * Drop usage of $UID in scripts.