summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:44:55 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-18 00:44:55 +0000
commit3bd0d18bb0b5d5520b999d3ee485a7567f78b207 (patch)
tree0cdd4eaf61313306abdbc3237c7a5caaf3c5865a /perl-install/standalone/harddrake2
parent77f3daa23dd2e5eb45aeda66598d2675606658f7 (diff)
downloaddrakx-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar
drakx-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.gz
drakx-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.bz2
drakx-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.xz
drakx-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.zip
do not display PCI/USB vendor id in identification section
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index d4a332f44..a8003681f 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -102,7 +102,7 @@ my %fields =
my %groups = (
generic =>
{
- N("Identification") => [ qw(Vendor vendor model description info media_type) ],
+ N("Identification") => [ qw(Vendor model description info media_type) ],
N("Connection") => [ qw(bus pci_bus pci_device pci_function vendor id subvendor subid) ],
},
CPU =>