diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 12:11:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 12:11:06 +0000 |
commit | 858439cfcc2ad376ec7901a64eb3e5d345373ea9 (patch) | |
tree | 62c5d41971dbd0c2050f57690532104db83841af /perl-install/install_steps.pm | |
parent | d48fe059539d78c02a0eec10672fcbad8d458273 (diff) | |
download | drakx-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.pm | 2 |
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); } #------------------------------------------------------------------------------ |