From 5efc8973b6431ab0ed8dfeba61f9f37a34705155 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 10 Feb 2004 17:00:12 +0000 Subject: no need to fake scsi for ide anymore (hopefully!) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 9a2c17472..3928c4b0b 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -921,7 +921,7 @@ sub config_dvd { #- can't have both a devfs and a non-devfs config #- the /etc/sysconfig/rawdevices solution gives errors with devfs - my @dvds = grep { detect_devices::isDvdDrive($_) } detect_devices::cdroms__faking_ide_scsi() or return; + my @dvds = grep { detect_devices::isDvdDrive($_) } detect_devices::cdroms() or return; log::l("configuring DVD: " . join(" ", map { $_->{device} } @dvds)); #- create /dev/dvd symlink -- cgit v1.2.1