From e28db2193257f7bda80851f59c1315cf7ca6df02 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 10 Jan 2006 07:45:29 +0000 Subject: don't set KBCHARSET in /etc/sysconfig/keyboard, this is not useful (and we don't modify it in keyboarddrake) --- perl-install/install_steps.pm | 1 - 1 file changed, 1 deletion(-) 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 { -- cgit v1.2.1