From 72773c093a93d451093804f28b28325d3ee9ce54 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Feb 2002 22:57:02 +0000 Subject: use ide-scsi for ide zips --- perl-install/modules.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/modules.pm') 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)); -- cgit v1.2.1