diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-02-04 11:07:27 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-02-04 11:07:27 -0800 |
commit | e9d0d23bc8f050bf12be37c75aedaf17e7d27b3c (patch) | |
tree | 4985d24c6994d870129c05cdf812049b2a2ec1ee /templates/show/hardware/pci | |
parent | 5b0aa0594ac418bfd91a6530f208365bbf9021e3 (diff) | |
download | vyatta-op-e9d0d23bc8f050bf12be37c75aedaf17e7d27b3c.tar.gz vyatta-op-e9d0d23bc8f050bf12be37c75aedaf17e7d27b3c.zip |
Fix 2710: Missing hardware commands
Diffstat (limited to 'templates/show/hardware/pci')
-rw-r--r-- | templates/show/hardware/pci/detailed/node.def | 2 | ||||
-rw-r--r-- | templates/show/hardware/pci/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/hardware/pci/detailed/node.def b/templates/show/hardware/pci/detailed/node.def new file mode 100644 index 0000000..b76b487 --- /dev/null +++ b/templates/show/hardware/pci/detailed/node.def @@ -0,0 +1,2 @@ +help: Show verbose system PCI bus details +run: lspci -vvv diff --git a/templates/show/hardware/pci/node.def b/templates/show/hardware/pci/node.def new file mode 100644 index 0000000..9b2e890 --- /dev/null +++ b/templates/show/hardware/pci/node.def @@ -0,0 +1,2 @@ +help: Show system PCI bus details +run: lspci |