summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-13 12:41:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-13 12:41:38 +0000
commita6870a64cdc666cba487332bef6a2dfb94163411 (patch)
tree09e81570436f61b892fcc1685934ff7117fac2fe /perl-install
parent3223745d9492cb11d62850197f9c0333d8c8a1ce (diff)
downloaddrakx-backup-do-not-use-a6870a64cdc666cba487332bef6a2dfb94163411.tar
drakx-backup-do-not-use-a6870a64cdc666cba487332bef6a2dfb94163411.tar.gz
drakx-backup-do-not-use-a6870a64cdc666cba487332bef6a2dfb94163411.tar.bz2
drakx-backup-do-not-use-a6870a64cdc666cba487332bef6a2dfb94163411.tar.xz
drakx-backup-do-not-use-a6870a64cdc666cba487332bef6a2dfb94163411.zip
(selectKeyboard): remove code causing install_steps::selectKeyboard to be skipped
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install2.pm2
1 files changed, 0 insertions, 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);
}