diff options
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 => { |