From 45a32adbd80c3f9011e8a7686ea7ac4c344a101f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Jun 2004 23:49:03 +0000 Subject: use new infrastructure in order to not display useless floppy help for SCSI disks --- perl-install/standalone/harddrake2 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') 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") ], + }, ); -- cgit v1.2.1