summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake26
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index dad12df21..55fb0af93 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -22,7 +22,6 @@ my %fields =
"bus" =>
[ N("Bus"),
N("this is the physical bus on which the device is plugged (eg: PCI, USB, ...)") ],
- "channel" => [ N("Channel"), N("EIDE/SCSI channel") ],
"bus_id" =>
[ N("Bus identification"),
N("- PCI and USB devices: this lists the vendor, device, subvendor and subdevice PCI/USB ids") ],
@@ -90,7 +89,10 @@ my %fields =
},
HARDDISK =>
{
+ channel => [ N("Channel"), N("EIDE/SCSI channel") ],
info => [ N("Disk identifier"), N("usually the disk serial number") ],
+ lun => [ N("Logical unit number"), N("the SCSI target number (LUN). SCSI devices connected to a host are uniquely identified by a
+channel number, a target id and a logical unit number") ],
},
MOUSE =>
{
@@ -124,6 +126,8 @@ my %groups = (
HARDDISK =>
{
N("Identification") => [ qw(Vendor Model description info media_type) ],
+ N("Connection") => [ qw(bus channel lun) ],
+ N("Bus identification") => [ qw(vendor id subvendor subid) ],
N("Device") => [ qw(device devfs_device) ],
N("Partitions") => [ qw(primary_partitions extended_partitions) ],
},