diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-13 11:37:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-13 11:37:17 +0000 |
commit | ccd328a91005d8942f6afb74880e018636ba573c (patch) | |
tree | e37ced6a8977666aa3276385126499e8fe1a199c /perl-install/diskdrake/interactive.pm | |
parent | 648e175de516e58070c89fa691fcbce89192d4c5 (diff) | |
download | drakx-ccd328a91005d8942f6afb74880e018636ba573c.tar drakx-ccd328a91005d8942f6afb74880e018636ba573c.tar.gz drakx-ccd328a91005d8942f6afb74880e018636ba573c.tar.bz2 drakx-ccd328a91005d8942f6afb74880e018636ba573c.tar.xz drakx-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/interactive.pm')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 |
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 |