From 93a78272b86cf50105b3ffc7dfddb0f54cfd0ace Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 23 Apr 2013 11:56:22 +0200 Subject: Should fix the VMware USB issue ... --- src/os-plugins/plugins/vmware/files/run-virt.include | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/os-plugins/plugins/vmware/files/run-virt.include') diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include index 30e2c3e6..0e91c659 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -88,7 +88,7 @@ sharedFolder.option = \"alwaysEnabled\"" >>${conffile} ;; esac case "$vmversion" in - 2.5|3.*|4.*|6.5|7.*|8.*) + 2.5|3.*|4.*|6.5|7.*|8.*|9.*) if [ "${cpu_cores}" -ge "2" 2>/dev/null ]; then numvcpus="2" fi @@ -271,8 +271,7 @@ pref.enableAllSharedFolders = \"TRUE\" # eula" >${vmhome}/preferences -# different eula parameters from Workstation 9+ - +# different eula parameters from Workstation 9+/ Player 5+ case "$vmversion" in 3.*|4.*|7.*|8.*) echo " @@ -282,7 +281,7 @@ pref.eula.0.buildNumber = \"${vmbuild}\" pref.eula.1.appName = \"VMware Workstation\" pref.eula.1.buildNumber = \"${vmbuild}\"" >>${vmhome}/preferences ;; - 5.*) + 5.*|9.*) # code echo " pref.eula.count = \"2\" -- cgit v1.2.3-55-g7522