From 3767d10ce0df2d48d66971cc0603db543894783c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 25 Apr 2012 18:49:45 +0200 Subject: fixes for vmware player 4.x / vmware workstation 8.x --- src/os-plugins/plugins/vmware/files/run-virt.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/os-plugins/plugins/vmware/files') diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include index db8ad234..33687f34 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -33,7 +33,7 @@ config.version = \"8\"" >>${conffile} ;; esac case "$vmversion" in - 2.*|3.*|6.*|7.*) + 2.*|3.*|4.*|6.*|7.*|8.*) shared_folder="TRUE" echo " # version specific stuff - ver. 2.*|3.*|6.*|7.* @@ -41,7 +41,7 @@ sharedFolder.option = \"alwaysEnabled\"" >>${conffile} ;; esac case "$vmversion" in - 2.5|3.*|6.5|7.*) + 2.5|3.*|4.*|6.5|7.*|8.*) if [ "${cpu_cores}" -ge "2" 2>/dev/null ]; then numvcpus="2" fi @@ -76,7 +76,7 @@ case "${vmostype}" in ;; esac case "$vmversion" in - 3.*|7.*|8.*) + 3.*|4.*|7.*|8.*) numvcpus="${cpu_cores}" if [ "${cpu_cores}" -ge "4" 2>/dev/null ]; then numvcpus="4" -- cgit v1.2.3-55-g7522