summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-23 16:14:51 +0200
committerJonathan Bauer2013-04-23 16:14:51 +0200
commitc6b00399e2e19d7334e3879534c2003c92f9a411 (patch)
tree953b0e5855fac70f1c4cd820c286269f69637469 /src
parentfix sounds for newer bwpcs (diff)
downloadcore-c6b00399e2e19d7334e3879534c2003c92f9a411.tar.gz
core-c6b00399e2e19d7334e3879534c2003c92f9a411.tar.xz
core-c6b00399e2e19d7334e3879534c2003c92f9a411.zip
fix for memory setting for vmware 5.x
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/vmware/files/run-virt.include4
1 files changed, 2 insertions, 2 deletions
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