summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 8f640d649..766220388 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -65,7 +65,7 @@ sub selectInstallClass($@) {
}
sub setupSCSI {
- my ($o) = @_;
+ my ($o, $auto) = @_;
my $w;
my @l = modules::load_thiskind('scsi', sub {
$w = $o->wait_message('',
@@ -75,7 +75,7 @@ sub setupSCSI {
});
undef $w; # kill wait_message
- $o->default("autoSCSI") and return;
+ return if $auto;
while (1) {
@l ?
$o->ask_yesorno('',