#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"
{ "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 },