Skip to content

Commit

Permalink
a single -v flag is enough for lspci
Browse files Browse the repository at this point in the history
this produce a less verbose output, and protect against buggy hardware
side-effects such as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631359
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Apr 5, 2012
1 parent f923a9b commit bf0939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Tools/Generic.pm
Expand Up @@ -125,7 +125,7 @@ sub getCpusFromDmidecode {

sub getPCIDevices {
my (%params) = (
command => 'lspci -vvv -nn',
command => 'lspci -v -nn',
@_
);
my $handle = getFileHandle(%params);
Expand Down

0 comments on commit bf0939c

Please sign in to comment.