From 858439cfcc2ad376ec7901a64eb3e5d345373ea9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 18 Nov 2003 12:11:06 +0000 Subject: getHds called by install_steps must not be interactive --- 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 4ecdcfe25..25446b4d7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -150,7 +150,7 @@ sub setupSCSI { modules::load_category('bus/firewire'); modules::load_category('disk/scsi|hardware_raid|firewire'); - install_any::getHds($o, $o); + install_any::getHds($o); } #------------------------------------------------------------------------------ -- cgit v1.2.1