]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
GuestOS: Add Flatcar Linux (64-bit only) as a new guest.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)
open-vm-tools/lib/include/guest_os.h

index 76c851e0ae6ba8326a9078255ac48ef9b8bf51ca..e7a4c891d1a2ca86eff3714ed0cae79c324a39fd 100644 (file)
@@ -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"