summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-22 21:23:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-22 21:23:57 +0000
commitec88df0a7b7659d4c096a4c5540b28db816d7205 (patch)
treec612a1160c6c704e3dce447e859d3a97a3623d51 /perl-install/install2.pm
parent8f2f272a88956ddffb83bffdf2a903712a6ef9da (diff)
downloaddrakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.gz
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.bz2
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.tar.xz
drakx-backup-do-not-use-ec88df0a7b7659d4c096a4c5540b28db816d7205.zip
when $::noauto, hardwire no probing in detect_devices::probeall to ensure no probing is never done
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 69afd5dff..8d159f9ec 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -499,7 +499,7 @@ sub main {
require"install_steps_$o->{interactive}.pm" if $o->{interactive}; #- no space to skip perl2fcalls
#- needed before accessing floppy (in case of usb floppy)
- $::noauto or modules::load_category('bus/usb');
+ modules::load_category('bus/usb');
#- patch should be read after defcfg in order to take precedance.
eval { $o = $::o = install_any::loadO($o, $cfg) } if $cfg;