diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-21 17:45:38 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-21 17:45:38 +0000 |
commit | 1437a112e72468b8806b8f2509b9c8aa79d221fb (patch) | |
tree | dc8d93df3efa0ae9b5cbbc877ce99067cd8e8dd5 /move/move.pm | |
parent | 0861e10af07094ce724bdac0baa3a3d9d1c8cf89 (diff) | |
download | drakx-1437a112e72468b8806b8f2509b9c8aa79d221fb.tar drakx-1437a112e72468b8806b8f2509b9c8aa79d221fb.tar.gz drakx-1437a112e72468b8806b8f2509b9c8aa79d221fb.tar.bz2 drakx-1437a112e72468b8806b8f2509b9c8aa79d221fb.tar.xz drakx-1437a112e72468b8806b8f2509b9c8aa79d221fb.zip |
read locale config early enough to be able to mount correct i18n clp in mode 3
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |