From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:45 +0000 (-0700) Subject: Add a new definition for amazonlinux3_64 X-Git-Tag: stable-11.2.0~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c65a2773817208831d2c2db836a124fb6f6dd0a;p=thirdparty%2Fopen-vm-tools.git Add a new definition for amazonlinux3_64 --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 8fafe0325..ccfdee157 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -335,6 +335,7 @@ extern "C" { GOKM("otherlinux-64", otherLinux64Guest, TRUE) \ GOKM("genericlinux", genericLinuxGuest, TRUE) \ GOKM("amazonlinux2-64", amazonlinux2_64Guest, TRUE) \ + GOKM("amazonlinux3-64", amazonlinux3_64Guest, TRUE) \ GOKM("CRXPod1-64", crxPod1Guest, TRUE) \ /* Netware guests */ \ GOKM("netware4", netware4Guest, TRUE) \