From ccd328a91005d8942f6afb74880e018636ba573c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 13 Feb 2002 11:37:17 +0000 Subject: - handle WORM type in /proc/scsi/scsi - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing --- perl-install/diskdrake/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index a4d731b83..ff3e85051 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -99,7 +99,7 @@ struct hd { int totalsectors # size in sectors string device # 'hda', 'sdc' ... string device_alias # 'cdrom', 'floppy' ... - string media_type # one of { 'hd', 'cdrom', 'fd', 'tape' } + string media_type # one of { 'hd', 'cdrom', 'cdrom-burner', 'fd', 'tape' } string info # name of the hd, eg: 'QUANTUM ATLAS IV 9 WLS' bool isDirty # does it need to be written to the disk -- cgit v1.2.1