summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-25 22:57:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-25 22:57:02 +0000
commit72773c093a93d451093804f28b28325d3ee9ce54 (patch)
tree66e79b6a515ccdfda314e84274a74e20416fefc0 /perl-install/modules.pm
parent53281b366d1d93da8963590a0c9e65bd496eb4aa (diff)
downloaddrakx-backup-do-not-use-72773c093a93d451093804f28b28325d3ee9ce54.tar
drakx-backup-do-not-use-72773c093a93d451093804f28b28325d3ee9ce54.tar.gz
drakx-backup-do-not-use-72773c093a93d451093804f28b28325d3ee9ce54.tar.bz2
drakx-backup-do-not-use-72773c093a93d451093804f28b28325d3ee9ce54.tar.xz
drakx-backup-do-not-use-72773c093a93d451093804f28b28325d3ee9ce54.zip
use ide-scsi for ide zips
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 12e38f825..79a279dcf 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -729,7 +729,6 @@ sub write_conf {
}
my @l = ();
push @l, 'scsi_hostadapter' if !is_empty_array_ref($conf{scsi_hostadapter}{probeall});
- push @l, 'ide-floppy' if detect_devices::ide_zips();
push @l, 'bttv' if grep { $_->{driver} eq 'bttv' } detect_devices::probeall();
my $l = join '|', map { '^\s*'.$_.'\s*$' } @l;
log::l("to put in modules ", join(", ", @l));