diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-28 14:05:38 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-28 14:05:38 -0700 |
commit | 65ab0500e112d860484a245766f69ea3dae602a3 (patch) | |
tree | e5b77b12d26003cf3f708a023a1d50618fc5390f /functions/tech-support | |
parent | 2c47471f8ae01f46ad32251d53e5c08e679d8daf (diff) | |
download | vyatta-op-65ab0500e112d860484a245766f69ea3dae602a3.tar.gz vyatta-op-65ab0500e112d860484a245766f69ea3dae602a3.zip |
Make tech-support show more PCI info
Need more info to know exact model of hardware causing problems.
Diffstat (limited to 'functions/tech-support')
-rwxr-xr-x | functions/tech-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support index ff72d0a..9f7c198 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -78,7 +78,7 @@ header Mem Info cat /proc/meminfo header PCI Info -lspci +sudo lspci -vvx header System Info ${vyatta_bindir}/vyatta-show-dmi |