summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-10-02 15:39:00 +0000
committerFrancois Pons <fpons@mandriva.com>2000-10-02 15:39:00 +0000
commit38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b (patch)
treea123a897b4c19818718fa8d9f8c32eb6c168ecc9 /perl-install/modules.pm
parentc534ab4dac3a0fbce120b9d2dbc82e120195db4a (diff)
downloaddrakx-backup-do-not-use-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar
drakx-backup-do-not-use-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.gz
drakx-backup-do-not-use-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.bz2
drakx-backup-do-not-use-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.xz
drakx-backup-do-not-use-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.zip
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 571377836..909b09844 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -612,6 +612,7 @@ sub get_that_type {
}
sub load_ide {
+ return; #- add it back to support Ultra66 on ide modules.
eval {
load("ide-mod", 'prereq', 'options="' . detect_devices::hasUltra66() . '"');
delete $conf{"ide-mod"}{options};