From 5cb0606c439151fd27a6b5ec13205d60c53c524d Mon Sep 17 00:00:00 2001 From: Steffen Ritter Date: Mon, 4 Jul 2022 17:52:24 +0200 Subject: [vmware-common] Push vmware max hwVersion to 19 --- .../data/opt/openslx/vmchooser/plugins/vmware/includes/init_core.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'core/modules/vmware-common') 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 ;; *) -- cgit v1.2.3-55-g7522