From 04397dce21be5642ea52a49c3c072ce73d290cf1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Apr 2007 12:50:23 +0200 Subject: [PATCH] Do not execute unicode_start on grml-small in live-mode. --- autoconfig.functions | 11 +++++++---- debian/changelog | 7 +++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/autoconfig.functions b/autoconfig.functions index 4b603a5..44034e7 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Apr 03 17:02:59 CEST 2007 [mika] +# Latest change: Fre Apr 13 12:49:52 CEST 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -273,9 +273,12 @@ config_language(){ # activate unicode console if running within utf8 environment if [ -r /etc/default/locale ] ; then if grep -q "LANG=.*UTF" /etc/default/locale ; then - einfo "Setting up unicode environment." - unicode_start - eend $? + if checkgrmlsmall && [ -z "$INSTALLED" ] ; then + ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0 + else + einfo "Setting up unicode environment." + unicode_start ; eend $? + fi fi fi diff --git a/debian/changelog b/debian/changelog index 4172b40..60203c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.6.33) unstable; urgency=low + + * Do not execute unicode_start on grml-small in live-mode. + [Testing: issue193] + + -- Michael Prokop Fri, 13 Apr 2007 12:49:56 +0200 + grml-autoconfig (0.6.32) unstable; urgency=low * Fix logical structure of config_vmware(). -- 2.1.4