summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-16 16:41:05 +0100
committerSimon Rettberg2023-01-16 16:41:05 +0100
commit06c276c94e5ab36afb3ee9b04ebed6487c5e174b (patch)
tree0de7cb2875d272209c4473986f6e0f63e93a8e2b /core/modules/vmware-common
parent[run-virt] Increase max reserved RAM in nVidia case, but lower % (diff)
downloadmltk-06c276c94e5ab36afb3ee9b04ebed6487c5e174b.tar.gz
mltk-06c276c94e5ab36afb3ee9b04ebed6487c5e174b.tar.xz
mltk-06c276c94e5ab36afb3ee9b04ebed6487c5e174b.zip
[vmware-common] Handle VMware 17.x max hwVersion (=19)
Diffstat (limited to 'core/modules/vmware-common')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
index df44a478..e0290bed 100644
--- a/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
+++ b/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc
@@ -44,7 +44,7 @@ $(safesource "${VMWARE_PLUGIN_DIR}/vmware.conf")
# Determine maximum hw version
gmax="$( grep -m 1 -F '.product.version' /etc/vmware/config | grep -oE '[0-9]+\.[0-9.]+' | head -n 1 )"
case "$gmax" in
- 16.2.*) gmax=19 ;;
+ 17.*|16.2.*) gmax=19 ;;
16.*) gmax=18 ;;
15.5.*|15.1.*) gmax=16 ;;
*)