summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-30 19:42:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-30 19:42:33 +0000
commitd498565fa66347fe9f65d28864ee002b4c8ef5f2 (patch)
treef8ad99a1cda11d228735b668ad3b61beb8e2633a /perl-install/install_steps.pm
parent755319c9db0feabeeba27d0e007388652e423394 (diff)
downloaddrakx-backup-do-not-use-d498565fa66347fe9f65d28864ee002b4c8ef5f2.tar
drakx-backup-do-not-use-d498565fa66347fe9f65d28864ee002b4c8ef5f2.tar.gz
drakx-backup-do-not-use-d498565fa66347fe9f65d28864ee002b4c8ef5f2.tar.bz2
drakx-backup-do-not-use-d498565fa66347fe9f65d28864ee002b4c8ef5f2.tar.xz
drakx-backup-do-not-use-d498565fa66347fe9f65d28864ee002b4c8ef5f2.zip
use usb keyboard bCountryCode to choose the right keyboard
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 973c8999c..33df88586 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -95,7 +95,7 @@ sub selectLanguage {
if ($o->{keyboard_unsafe} || !$o->{keyboard}) {
$o->{keyboard_unsafe} = 1;
- $o->{keyboard} = keyboard::lang2keyboard($o->{lang});
+ $o->{keyboard} = keyboard::from_usb() || keyboard::lang2keyboard($o->{lang});
keyboard::setup($o->{keyboard}) if !$::live;
}