diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-18 00:25:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-18 00:25:57 +0000 |
commit | f57c34c00ffabff843878596b36f16c27b3292b9 (patch) | |
tree | f2d266d441b120ddfb22443540cd346ae4d47d88 /perl-install/standalone/harddrake2 | |
parent | 8e911d46fc310f3e8b9d3913368842944afa2d8f (diff) | |
download | drakx-f57c34c00ffabff843878596b36f16c27b3292b9.tar drakx-f57c34c00ffabff843878596b36f16c27b3292b9.tar.gz drakx-f57c34c00ffabff843878596b36f16c27b3292b9.tar.bz2 drakx-f57c34c00ffabff843878596b36f16c27b3292b9.tar.xz drakx-f57c34c00ffabff843878596b36f16c27b3292b9.zip |
display bus (PCI, USB, ...) first
Diffstat (limited to 'perl-install/standalone/harddrake2')
-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 f17c290c1..1a7adebb1 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -103,7 +103,7 @@ my %groups = ( generic => { N("Identification") => [ qw(Vendor vendor model description info media_type) ], - N("Connection") => [ qw(pci_bus pci_device pci_function bus vendor id subvendor subid) ], + N("Connection") => [ qw(bus pci_bus pci_device pci_function vendor id subvendor subid) ], }, CPU => { |