diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-18 00:44:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-18 00:44:55 +0000 |
commit | 3bd0d18bb0b5d5520b999d3ee485a7567f78b207 (patch) | |
tree | 0cdd4eaf61313306abdbc3237c7a5caaf3c5865a /perl-install/standalone | |
parent | 77f3daa23dd2e5eb45aeda66598d2675606658f7 (diff) | |
download | drakx-backup-do-not-use-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar drakx-backup-do-not-use-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.gz drakx-backup-do-not-use-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.bz2 drakx-backup-do-not-use-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.tar.xz drakx-backup-do-not-use-3bd0d18bb0b5d5520b999d3ee485a7567f78b207.zip |
do not display PCI/USB vendor id in identification section
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
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 => |