From a6870a64cdc666cba487332bef6a2dfb94163411 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Sep 2001 12:41:38 +0000 Subject: (selectKeyboard): remove code causing install_steps::selectKeyboard to be skipped --- perl-install/install2.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index feb95374f..30451fda3 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -126,8 +126,6 @@ sub selectKeyboard { my $keyboard = keyboard::read($o->{prefix}); $keyboard and $o->{keyboard} = $keyboard; } - return if !$::expert && !$clicked; - installStepsCall($o, $auto, 'selectKeyboard', $clicked); } -- cgit v1.2.1