From 095ca2a77875ae725fe5c5bbca707b9834bf176e Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 8 Jun 2010 17:09:08 +0200 Subject: vmversion is 6 or 7 when workstation is installed as well --- os-plugins/plugins/vmware/files/run-virt.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include index 2c501156..714fee36 100644 --- a/os-plugins/plugins/vmware/files/run-virt.include +++ b/os-plugins/plugins/vmware/files/run-virt.include @@ -305,10 +305,10 @@ if [ -n "${forcemem}" ]; then mem="${forcemem}" else case "$vmversion" in - 2.*) + 2.*|6.*) permem=30 ;; - 3.*) + 3.*|7.*) permem=25 ;; esac -- cgit v1.2.3-55-g7522