[PC-BSD Commits] r5094 - in pcbsd/trunk/pc-sysinstall: . backend-query
svn at pcbsd.org
svn at pcbsd.org
Thu Nov 19 13:08:33 PST 2009
Author: kris
Date: 2009-11-19 13:08:33 -0800 (Thu, 19 Nov 2009)
New Revision: 5094
Added:
pcbsd/trunk/pc-sysinstall/backend-query/sys-mem.sh
Modified:
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Added ability to the backend to get the ammount of system memory in MB
Property changes on: pcbsd/trunk/pc-sysinstall/backend-query/sys-mem.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-19 20:39:43 UTC (rev 5093)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-19 21:08:33 UTC (rev 5094)
@@ -146,6 +146,10 @@
# Function which lists components available
list-components) ${QUERYDIR}/list-components.sh
;;
+
+ # Function which lists the real memory of the system in MB
+ sys-mem) ${QUERYDIR}/sys-mem.sh
+ ;;
*) echo "Unknown Command: ${1}"
exit 1 ;;
More information about the Commits
mailing list