summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/run-virt.include
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-19 00:32:30 +0100
committerDirk von Suchodoletz2009-02-19 00:32:30 +0100
commit61a357c17f19e56c1fdbd8b0f51339bdd52f2d5a (patch)
treef755883d0cfb85d85c0050456ec81ac53c81a32a /os-plugins/plugins/vmware/files/run-virt.include
parentbugfix splashy + now /w splashy.shutdown ;) (diff)
downloadcore-61a357c17f19e56c1fdbd8b0f51339bdd52f2d5a.tar.gz
core-61a357c17f19e56c1fdbd8b0f51339bdd52f2d5a.tar.xz
core-61a357c17f19e56c1fdbd8b0f51339bdd52f2d5a.zip
More fixes for run-virt.sh environment ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2611 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/files/run-virt.include')
-rw-r--r--os-plugins/plugins/vmware/files/run-virt.include16
1 files changed, 0 insertions, 16 deletions
diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include
index 5afe3692..d384b0b2 100644
--- a/os-plugins/plugins/vmware/files/run-virt.include
+++ b/os-plugins/plugins/vmware/files/run-virt.include
@@ -100,11 +100,6 @@ hver=7
# be found in older version folders too ...)
vmdir="/var/lib/virt/vmware/vmware65"
-# special Variables, persistence vmware?
-#TODO: do we really need it? Should be everywhere nonpersistent
-np=""
-
-
#TODO: check for a faster way, perhaps we should put this into XML
# the grepping under some circumstances lets wait the user for ages ...
if [ $(echo ${imagename} | grep -cv "\-flat.vmdk") ]; then
@@ -389,17 +384,6 @@ writelog "\tDisplayname:\t${displayname}"
# check if image exists, etc...
#filecheck
-# VMPlayer Version.
-# strings is the fastest and most secure way, vmplayer -v takes too much time
-# and resources
-# TODO: fine a faster solution with different installed vmplayer
-# perhaps via stage1 + /etc/vmware/vmversion
-#vmbuild=$(strings /usr/lib/vmware/bin/vmplayer \
-# | grep -m 1 "build-"|sed 's/.*build-//')
-if [ -z ${vmbuild} ]; then
- vmbuild=$(vmplayer -v | sed 's/.*build-//')
-fi
-
### write configuration files ##################################################
# create preferences
preferencesheader