summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 04:50:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 04:50:51 +0000
commit74ff9729f704f25ec992b867facb9a9b884383bf (patch)
treeaff17832b3574176b490becac2eb1e1e659a664b /perl-install/standalone/harddrake2
parentffc73fa4c26b6f684432418fcacfaf1fae6f0018 (diff)
downloaddrakx-74ff9729f704f25ec992b867facb9a9b884383bf.tar
drakx-74ff9729f704f25ec992b867facb9a9b884383bf.tar.gz
drakx-74ff9729f704f25ec992b867facb9a9b884383bf.tar.bz2
drakx-74ff9729f704f25ec992b867facb9a9b884383bf.tar.xz
drakx-74ff9729f704f25ec992b867facb9a9b884383bf.zip
add help for new fields
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake216
1 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 76ada796d..fb88b46ec 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -50,14 +50,14 @@ my %fields =
"primary_partitions" => [ N("Primary partitions"), N("the number of the primary partitions") ],
"type" => [ N("Type"), N("the type of bus on which the mouse is connected") ],
"Vendor" => [ N("Vendor"), N("the vendor name of the device") ],
- "pci_bus" => [ N("Bus PCI #"), N("") ],
- "pci_device" => [ N("PCI device #"), N("") ],
- "pci_function" => [ N("PCI function #"), N("") ],
- "vendor" => [ N("Vendor ID"), N("") ],
- "id" => [ N("Device ID"), N("") ],
- "subvendor" => [ N("Sub vendor ID"), N("") ],
- "subid" => [ N("Sub device ID"), N("") ],
- "usb_pci_device" =>, [ N("Device USB ID"), N("") ],
+ "pci_bus" => [ N("Bus PCI #"), N("the PCI bus on which the device is plugged") ],
+ "pci_device" => [ N("PCI device #"), N("PCI device number") ],
+ "pci_function" => [ N("PCI function #"), N("PCI function number") ],
+ "vendor" => [ N("Vendor ID"), N("this is the standard numerical identifiant of the vendor") ],
+ "id" => [ N("Device ID"), N("this is the numerical identifiant of the device") ],
+ "subvendor" => [ N("Sub vendor ID"), N("this is the minor numerical identifiant of the vendor") ],
+ "subid" => [ N("Sub device ID"), N("this is the minor numerical identifiant of the device") ],
+ "usb_pci_device" =>, [ N("Device USB ID"), N("..") ],
},
CPU =>
{