summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-17 23:49:03 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-17 23:49:03 +0000
commit45a32adbd80c3f9011e8a7686ea7ac4c344a101f (patch)
treeab6abd26273fb56234dfcbdd7a6e0b1f6d9ebd8b /perl-install/standalone/harddrake2
parent38a62ff48b3ca032cf5bb9cff7ddce6602b2872e (diff)
downloaddrakx-45a32adbd80c3f9011e8a7686ea7ac4c344a101f.tar
drakx-45a32adbd80c3f9011e8a7686ea7ac4c344a101f.tar.gz
drakx-45a32adbd80c3f9011e8a7686ea7ac4c344a101f.tar.bz2
drakx-45a32adbd80c3f9011e8a7686ea7ac4c344a101f.tar.xz
drakx-45a32adbd80c3f9011e8a7686ea7ac4c344a101f.zip
use new infrastructure in order to not display useless floppy help for SCSI
disks
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake29
1 files changed, 8 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index da5892be9..ef6bffdae 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -58,7 +58,6 @@ my %fields =
"geometry" => [ N("Geometry"), N("Cylinder/head/sectors geometry of the disk") ],
"hlt_bug" => [ N("Halt bug"),
N("Some of the early i486DX-100 chips cannot reliably return to operating mode after the \"halt\" instruction is used") ],
- "info" => [ N("Floppy format"), N("format of floppies supported by the drive") ],
"level" => [ N("Level"), N("sub generation of the cpu") ],
"media_type" => [ N("Media class"), N("class of hardware device") ],
"Model" => [ N("Model"), N("hard disk model") ],
@@ -75,6 +74,14 @@ my %fields =
"vendor_id" => [ N("Vendor"), N("the vendor name of the processor") ],
"wp" => [ N("Write protection"), N("the WP flag in the CR0 register of the cpu enforce write proctection at the memory page level, thus enabling the processor to prevent unchecked kernel accesses to user memory (aka this is a bug guard)") ],
},
+ floppy =>
+ {
+ info => [ N("Floppy format"), N("format of floppies supported by the drive") ],
+ },
+ HARDDISK =>
+ {
+ info => [ N("Disk identifier"), N("usually the disk serial number") ],
+ },
);