Michael Riss <[EMAIL PROTECTED]> writes:

> I have the following devices attached to the SCSI-Bus:
> 
> # cat /proc/scsi/scsi
> Attached devices:
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> Vendor: FUJITSU Model: M2513A Rev: 1500
> Type: Optical Device ANSI SCSI revision: 02

[...]

> Cooker-install: Mandrake/mdkinst/usr/bin/perl-install/detect_devices.pm
> 
> Here I replaced in line 187
> } grep { $_->{raw_type} =~ /Direct-Access/ } @l;
> with
> } grep { $_->{raw_type} =~ /Direct-Access/ || $_->{raw_type} =~ /Optical
> Device/ } @l;

[...]

> Maybe the maintainer of diskdrake can have a look at it and include the
> changes ?

nice analysis of the pb, nice solution, adding it :)

Reply via email to