From eba9c3257866392f91132c338fbe59a4b01fa119 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Jun 2005 02:46:14 +0000 Subject: - create keyboard::default() and use it - it uses keyboard::from_DMI() to get XkbModel when possible --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9972dfc2e..f2237a9cb 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -119,7 +119,7 @@ sub selectLanguage { $o->{keyboard} = { KEYBOARD => $o->{keyboard} } if $o->{keyboard} && !ref($o->{keyboard}); if (!$o->{keyboard} || $o->{keyboard}{unsafe}) { - $o->{keyboard} = keyboard::from_usb() || keyboard::lang2keyboard($o->{locale}{lang}); + $o->{keyboard} = keyboard::default($o->{locale}); $o->{keyboard}{unsafe} = 1; keyboard::setup($o->{keyboard}); } -- cgit v1.2.1