diff --git a/inventory/inventory.sh b/inventory/inventory.sh index 904baf5..73e1464 100755 --- a/inventory/inventory.sh +++ b/inventory/inventory.sh @@ -16,3 +16,7 @@ ifconfig -a > $STAMP/ifconfig route -n > $STAMP/route netstat -n > $STAMP/netstat ps auxwH -L kstart_time > $STAMP/ps +rpm -qa > $STAMP/rpminfo +dpkg -l > $STAMP/dpkginfo +lsmod > $STAMP/lsmod +cat /proc/partitions > $STAMP/partitions