From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:43 +0000 (-0700) Subject: Enable recognition of Amazone Linux 3. X-Git-Tag: stable-11.2.0~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfcedc9f383454baa79dcaa6508c676077177ca;p=thirdparty%2Fopen-vm-tools.git Enable recognition of Amazone Linux 3. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index e1fc3e6c0..3f833019f 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -190,7 +190,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALL4XLINUX64 BS(OTHER4XLINUX_64), BS(PHOTON_64), \ BS(CENTOS8_64), BS(ORACLE8_64), \ BS(CRXSYS1_64), BS(CRXPOD1_64), \ - BS(AMAZONLINUX2_64), BS(LINUX_MINT_64) + BS(AMAZONLINUX2_64), BS(AMAZONLINUX3_64), \ + BS(LINUX_MINT_64) #define ALL5XLINUX32 BS(OTHER5XLINUX) diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 661a2da8d..3191681f3 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -135,6 +135,7 @@ extern "C" { GOT(GUEST_OS_CENTOS8_64) \ GOT(GUEST_OS_CENTOS9_64) \ GOT(GUEST_OS_AMAZONLINUX2_64) \ + GOT(GUEST_OS_AMAZONLINUX3_64) \ GOT(GUEST_OS_CRXSYS1_64) /* VMware CRX system VM 1.0 64-bit */ \ GOT(GUEST_OS_CRXPOD1_64) /* VMware CRX pod VM 1.0 64-bit */ \ GOT(GUEST_OS_LINUX_MINT_64)