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/fs.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/fs.pm') diff --git a/perl-install/fs.pm b/perl-install/fs.pm index 0fc606b8a..047e3b88e 100644 --- a/perl-install/fs.pm +++ b/perl-install/fs.pm @@ -444,8 +444,9 @@ sub get_raw_hds { $all_hds->{raw_hds} = [ - detect_devices::floppies(), detect_devices::cdroms(), - (map { $_->{device} .= '4'; $_ } detect_devices::zips()) + detect_devices::floppies(), + detect_devices::cdroms__faking_ide_scsi(), + map { $_->{device} .= 4; $_ } detect_devices::zips__faking_ide_scsi(), ]; get_major_minor(@{$all_hds->{raw_hds}}); -- cgit v1.2.1