From f7725902938ce798940440b64c2bd0050d1bd482 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Nov 2003 18:12:51 +0000 Subject: mount i18n clp ASAP so that console two shell uses the right locales --- move/move.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index 62606e251..766a20acf 100644 --- a/move/move.pm +++ b/move/move.pm @@ -143,6 +143,7 @@ sub init { } if (-s '/etc/sysconfig/i18n') { lang::set($o->{locale} = lang::read('', 0)); + install2::handleI18NClp(); } drakx_stuff: @@ -150,7 +151,7 @@ drakx_stuff: foreach qw(displayBackground autoSelectLanguage handleI18NClp verifyKey configMove startMove); $o->{orderedSteps_orig} = $o->{orderedSteps}; $o->{orderedSteps} = [ $using_existing_host_config ? - qw(displayBackground handleI18NClp verifyKey startMove) + qw(displayBackground verifyKey startMove) : $using_existing_user_config ? qw(displayBackground autoSelectLanguage handleI18NClp verifyKey selectMouse selectKeyboard configMove startMove) : qw(displayBackground selectLanguage handleI18NClp acceptLicense verifyKey selectMouse selectKeyboard configMove startMove) ]; -- cgit v1.2.1