From 2e0338e5b686bfaaecd58d257f590042fdb09b21 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 14 Nov 2009 13:25:11 +0100 Subject: [PATCH] Use lang=en as default (instead of lang=us). --- autoconfig.functions | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 75060f8..637f238 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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*! diff --git a/debian/changelog b/debian/changelog index 507f252..ee9131c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 14 Nov 2009 13:24:19 +0100 + grml-autoconfig (0.9.0) unstable; urgency=low * Drop usage of $UID in scripts. -- 2.1.4