From 1437a112e72468b8806b8f2509b9c8aa79d221fb Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 21 Nov 2003 17:45:38 +0000 Subject: read locale config early enough to be able to mount correct i18n clp in mode 3 --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move/move.pm') diff --git a/move/move.pm b/move/move.pm index 29be0354f..d6b9c4c5f 100644 --- a/move/move.pm +++ b/move/move.pm @@ -140,6 +140,7 @@ sub init { print "Using existing host configuration\n"; $using_existing_host_config = 1; } + $o->{locale} = lang::read('', 0); drakx_stuff: $o->{steps}{$_} = { reachable => 1, text => $_ } @@ -180,7 +181,6 @@ sub lomount_clp { sub install2::autoSelectLanguage { my $o = $::o; - $o->{locale} = lang::read('', 0); install_steps::selectLanguage($o); } -- cgit v1.2.1