summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/run-virt.include
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-28 12:30:13 +0100
committerDirk von Suchodoletz2010-02-28 12:30:13 +0100
commitb7f6ea0dd458cee86da6060eda20062e8719c6b1 (patch)
treedcb41a44a9efe6341ecf20d6eea3fa8db8f9b689 /os-plugins/plugins/vmware/files/run-virt.include
parentchanged PXE LABEL: replace :: to - in LABEL statement (diff)
downloadcore-b7f6ea0dd458cee86da6060eda20062e8719c6b1.tar.gz
core-b7f6ea0dd458cee86da6060eda20062e8719c6b1.tar.xz
core-b7f6ea0dd458cee86da6060eda20062e8719c6b1.zip
Updating vmchooser, heavy cleanup in vmware plugin ...
Diffstat (limited to 'os-plugins/plugins/vmware/files/run-virt.include')
-rw-r--r--os-plugins/plugins/vmware/files/run-virt.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include
index 6641d491..0fb1d228 100644
--- a/os-plugins/plugins/vmware/files/run-virt.include
+++ b/os-plugins/plugins/vmware/files/run-virt.include
@@ -1,7 +1,7 @@
# run-virt.include
# -----------------------------------------------------------------------------
# Copyright (c) 2009 - RZ Uni Freiburg
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2009..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -443,6 +443,6 @@ writelog ""
# finally set env for run-virt.sh
################################################################################
-VIRTCMD=vmplayer
+# using the modified version of the wrapper script
+VIRTCMD=/var/opt/openslx/bin/vmplayer
VIRTCMDOPTS="${vmopt} ${conffile}"
-