[PC-BSD Commits] r7135 - in pcbsd: current/pc-sysinstall current/pc-sysinstall/backend-query stable/pc-sysinstall stable/pc-sysinstall/backend-query
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 6 09:36:06 PDT 2010
Author: kris
Date: 2010-07-06 09:36:06 -0700 (Tue, 06 Jul 2010)
New Revision: 7135
Added:
pcbsd/current/pc-sysinstall/backend-query/detect-emulation.sh
pcbsd/stable/pc-sysinstall/backend-query/detect-emulation.sh
Removed:
pcbsd/current/pc-sysinstall/backend-query/detect-vmware.sh
pcbsd/stable/pc-sysinstall/backend-query/detect-vmware.sh
Modified:
pcbsd/current/pc-sysinstall/pc-sysinstall
pcbsd/stable/pc-sysinstall/pc-sysinstall
Log:
Updated pc-sysinstall with idea from Ed Maste, go from detect-vmware -> detect-emulation, and indicate if
we are running in virtualbox / vmware or not
Modified: pcbsd/current/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/current/pc-sysinstall/pc-sysinstall 2010-07-06 16:24:36 UTC (rev 7134)
+++ pcbsd/current/pc-sysinstall/pc-sysinstall 2010-07-06 16:36:06 UTC (rev 7135)
@@ -122,8 +122,8 @@
detect-nics) ${QUERYDIR}/detect-nics.sh
;;
- # The user is wanting to check if we are in vmware
- detect-vmware) ${QUERYDIR}/detect-vmware.sh
+ # The user is wanting to check if we are in emulation
+ detect-emulation) ${QUERYDIR}/detect-emulation.sh
;;
# The user is wanting to query a disk's information
Modified: pcbsd/stable/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/stable/pc-sysinstall/pc-sysinstall 2010-07-06 16:24:36 UTC (rev 7134)
+++ pcbsd/stable/pc-sysinstall/pc-sysinstall 2010-07-06 16:36:06 UTC (rev 7135)
@@ -122,8 +122,8 @@
detect-nics) ${QUERYDIR}/detect-nics.sh
;;
- # The user is wanting to check if we are in vmware
- detect-vmware) ${QUERYDIR}/detect-vmware.sh
+ # The user is wanting to check if we are in emulated system
+ detect-emulation) ${QUERYDIR}/detect-emulation.sh
;;
# The user is wanting to query a disk's information
More information about the Commits
mailing list