From a3338ecbc411841a7d8f24e32a237933f8bdf37e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 8 Oct 2011 13:53:20 +0200 Subject: [PATCH] openmamba-makereport: fix arguments passed for lspci -nn --- mambareport/openmamba-makereport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mambareport/openmamba-makereport b/mambareport/openmamba-makereport index 0cb3338..307d818 100755 --- a/mambareport/openmamba-makereport +++ b/mambareport/openmamba-makereport @@ -169,7 +169,7 @@ catfile /etc/openmamba-release "release information" catfile /etc/sysconfig/machine "machine information from BIOS" catfile /proc/cpuinfo "processor(s) information" catfile /proc/meminfo "System memory information" -catcommand /usr/sbin/lspci -nn "PCI hardware information (short)" +catcommand "/usr/sbin/lspci -nn" "PCI hardware information (short)" catcommand /usr/sbin/lsusb "USB hardware information" catcommand /sbin/lsmod "Loadel kernel modules" catcommand "rpm -qa|grep kernel-mamba" "Installed kernel packages"