summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-18 12:11:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-18 12:11:06 +0000
commit858439cfcc2ad376ec7901a64eb3e5d345373ea9 (patch)
tree62c5d41971dbd0c2050f57690532104db83841af /perl-install/install_steps.pm
parentd48fe059539d78c02a0eec10672fcbad8d458273 (diff)
downloaddrakx-858439cfcc2ad376ec7901a64eb3e5d345373ea9.tar
drakx-858439cfcc2ad376ec7901a64eb3e5d345373ea9.tar.gz
drakx-858439cfcc2ad376ec7901a64eb3e5d345373ea9.tar.bz2
drakx-858439cfcc2ad376ec7901a64eb3e5d345373ea9.tar.xz
drakx-858439cfcc2ad376ec7901a64eb3e5d345373ea9.zip
getHds called by install_steps must not be interactive
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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);
}
#------------------------------------------------------------------------------