diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-25 22:57:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-25 22:57:02 +0000 |
commit | 72773c093a93d451093804f28b28325d3ee9ce54 (patch) | |
tree | 66e79b6a515ccdfda314e84274a74e20416fefc0 /perl-install/modules.pm | |
parent | 53281b366d1d93da8963590a0c9e65bd496eb4aa (diff) | |
download | drakx-72773c093a93d451093804f28b28325d3ee9ce54.tar drakx-72773c093a93d451093804f28b28325d3ee9ce54.tar.gz drakx-72773c093a93d451093804f28b28325d3ee9ce54.tar.bz2 drakx-72773c093a93d451093804f28b28325d3ee9ce54.tar.xz drakx-72773c093a93d451093804f28b28325d3ee9ce54.zip |
use ide-scsi for ide zips
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
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)); |