summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-13 11:37:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-13 11:37:17 +0000
commitccd328a91005d8942f6afb74880e018636ba573c (patch)
treee37ced6a8977666aa3276385126499e8fe1a199c /perl-install/diskdrake
parent648e175de516e58070c89fa691fcbce89192d4c5 (diff)
downloaddrakx-backup-do-not-use-ccd328a91005d8942f6afb74880e018636ba573c.tar
drakx-backup-do-not-use-ccd328a91005d8942f6afb74880e018636ba573c.tar.gz
drakx-backup-do-not-use-ccd328a91005d8942f6afb74880e018636ba573c.tar.bz2
drakx-backup-do-not-use-ccd328a91005d8942f6afb74880e018636ba573c.tar.xz
drakx-backup-do-not-use-ccd328a91005d8942f6afb74880e018636ba573c.zip
- handle WORM type in /proc/scsi/scsi
- added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
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