From: John Wolfe Date: Fri, 11 Sep 2020 19:11:06 +0000 (-0700) Subject: GuestOS: Add Flatcar Linux (64-bit only) as a new guest. X-Git-Tag: stable-11.2.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71f137295a2aa94931369060a08a9fd6c1dde33;p=thirdparty%2Fopen-vm-tools.git GuestOS: Add Flatcar Linux (64-bit only) as a new guest. --- diff --git a/open-vm-tools/lib/include/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 76c851e0a..e7a4c891d 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -261,6 +261,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define STR_OS_CONECTIVA "Conectiva" #define STR_OS_DEBIAN "debian" #define STR_OS_FEDORA "Fedora" +#define STR_OS_FLATCAR "flatcar" #define STR_OS_GENTOO "Gentoo" #define STR_OS_IMMUNIX "Immunix" #define STR_OS_LINUX "linux"