diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-01-10 07:45:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-01-10 07:45:29 +0000 |
commit | e28db2193257f7bda80851f59c1315cf7ca6df02 (patch) | |
tree | 675b611fe51d39ad2122e1c9e007a3f4ee1c7b14 /perl-install/install_steps.pm | |
parent | 020b7042359bcfcdb213f2f85a8d387afc40f378 (diff) | |
download | drakx-e28db2193257f7bda80851f59c1315cf7ca6df02.tar drakx-e28db2193257f7bda80851f59c1315cf7ca6df02.tar.gz drakx-e28db2193257f7bda80851f59c1315cf7ca6df02.tar.bz2 drakx-e28db2193257f7bda80851f59c1315cf7ca6df02.tar.xz drakx-e28db2193257f7bda80851f59c1315cf7ca6df02.zip |
don't set KBCHARSET in /etc/sysconfig/keyboard, this is not useful
(and we don't modify it in keyboarddrake)
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index dbf575e01..ee12699cd 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -135,7 +135,6 @@ sub selectLanguage { #------------------------------------------------------------------------------ sub selectKeyboard { my ($o) = @_; - $o->{keyboard}{KBCHARSET} = lang::l2charset($o->{locale}{lang}); keyboard::setup_install($o->{keyboard}); addToBeDone { |