diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-25 07:46:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-25 07:46:58 +0000 |
commit | 75520aa584c25d4c66ca620256561964d7dc7be0 (patch) | |
tree | 86e9180c618b62604ca9fe57d4b2658febcb4ac1 /perl-install/standalone/harddrake2 | |
parent | 125381a2f6f932524a77eb7a30e4f8089077cc6e (diff) | |
download | drakx-backup-do-not-use-75520aa584c25d4c66ca620256561964d7dc7be0.tar drakx-backup-do-not-use-75520aa584c25d4c66ca620256561964d7dc7be0.tar.gz drakx-backup-do-not-use-75520aa584c25d4c66ca620256561964d7dc7be0.tar.bz2 drakx-backup-do-not-use-75520aa584c25d4c66ca620256561964d7dc7be0.tar.xz drakx-backup-do-not-use-75520aa584c25d4c66ca620256561964d7dc7be0.zip |
display media capacity too (DVD and/or burning ability)
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index d136a9fa3..0351f55c0 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -30,6 +30,7 @@ my %fields = - eide devices: the device is either a slave or a master device - scsi devices: the scsi bus and the scsi device ids") ], "cache size" => [ N("Cache size"), N("Size of the (second level) cpu cache") ], + "capacity" => [ N("Drive capacity"), N("special capacities of the driver (burning ability and or DVD support)") ], "coma_bug" => [ N("Coma bug"), N("Whether this cpu has the Cyrix 6x86 Coma bug") ], "cpu family" => [ N("Cpuid family"), N("Family of the cpu (eg: 6 for i686 class)") ], "cpuid level" => [ N("Cpuid level"), N("Information level that can be obtained through the cpuid instruction") ], |