]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source files not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:37 +0000 (02:56 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 15 Jul 2024 09:56:37 +0000 (02:56 -0700)
open-vm-tools/lib/include/guest_os.h
open-vm-tools/lib/misc/hostinfoPosix.c

index 89ee3eb33479c06131b5a2e181edad37fc294183..727b5639bb84455a2a80ea681370ba2501595978 100644 (file)
@@ -330,6 +330,7 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
 #define STR_OS_DEBIAN              "debian"
 #define STR_OS_FEDORA              "Fedora"
 #define STR_OS_FLATCAR             "flatcar"
+#define STR_OS_FUSION_OS           "fusionos"
 #define STR_OS_GENTOO              "Gentoo"
 #define STR_OS_IMMUNIX             "Immunix"
 #define STR_OS_LINUX               "linux"
index 4e93a9b1e0d73177a87c15d395e67628af8357f6..386fbd94b2196d1884aa25afb5f3cb28ce969108 100644 (file)
@@ -1416,6 +1416,7 @@ static const ShortNameSet shortNameArray[] = {
 { "enterprise linux",    NULL,                      HostinfoSetOracleShortName  },
 { "fedora",              STR_OS_FEDORA,             HostinfoGenericSetShortName },
 { "flatcar",             STR_OS_FLATCAR,            HostinfoGenericSetShortName },
+{ "fusionos",            STR_OS_FUSION_OS,          HostinfoGenericSetShortName },
 { "gentoo",              STR_OS_GENTOO,             HostinfoGenericSetShortName },
 { "immunix",             STR_OS_IMMUNIX,            HostinfoGenericSetShortName },
 { "linux-from-scratch",  STR_OS_LINUX_FROM_SCRATCH, HostinfoGenericSetShortName },