From 61a357c17f19e56c1fdbd8b0f51339bdd52f2d5a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 18 Feb 2009 23:32:30 +0000 Subject: More fixes for run-virt.sh environment ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2611 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/files/run-virt.include | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'os-plugins/plugins/vmware/files/run-virt.include') 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 -- cgit v1.2.3-55-g7522