summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common
diff options
context:
space:
mode:
authorSteffen Ritter2022-07-04 17:52:24 +0200
committerSteffen Ritter2022-07-04 17:52:24 +0200
commit5cb0606c439151fd27a6b5ec13205d60c53c524d (patch)
treefa4f556dfc4d92fa2f19b64a30104a59f8bdd8fb /core/modules/vmware-common
parent[nvidia-common] Remove --skip-depmod; not supported by 390.x (diff)
downloadmltk-5cb0606c439151fd27a6b5ec13205d60c53c524d.tar.gz
mltk-5cb0606c439151fd27a6b5ec13205d60c53c524d.tar.xz
mltk-5cb0606c439151fd27a6b5ec13205d60c53c524d.zip
[vmware-common] Push vmware max hwVersion to 19
Diffstat (limited to 'core/modules/vmware-common')
-rw-r--r--core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc1
1 files changed, 1 insertions, 0 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 5fd24322..df44a478 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,6 +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 ;;
16.*) gmax=18 ;;
15.5.*|15.1.*) gmax=16 ;;
*)