From c6b00399e2e19d7334e3879534c2003c92f9a411 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 23 Apr 2013 16:14:51 +0200 Subject: fix for memory setting for vmware 5.x --- src/os-plugins/plugins/vmware/files/run-virt.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include index 0e91c659..603c8e9b 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -81,14 +81,14 @@ config.version = \"8\"" >>${conffile} ;; esac case "$vmversion" in - 2.*|3.*|4.*|6.*|7.*|8.*|9.*) + 2.*|3.*|4.*|5.*|6.*|7.*|8.*|9.*) [ ${shfolders} == FALSE ] || echo " # version specific stuff - ver. 2.*|3.*|6.*|7.*|8.*|9.* sharedFolder.option = \"alwaysEnabled\"" >>${conffile} ;; esac case "$vmversion" in - 2.5|3.*|4.*|6.5|7.*|8.*|9.*) + 2.5|3.*|4.*|5.*|6.5|7.*|8.*|9.*) if [ "${cpu_cores}" -ge "2" 2>/dev/null ]; then numvcpus="2" fi -- cgit v1.2.3-55-g7522