From: Oliver Kurth Date: Wed, 10 Jun 2020 19:05:45 +0000 (-0700) Subject: Enable recognition of other5xLinux and other5xLinux64 guests X-Git-Tag: stable-11.2.0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e3968f0b805d368b77e42902ec8283ba31dda7f;p=thirdparty%2Fopen-vm-tools.git Enable recognition of other5xLinux and other5xLinux64 guests --- diff --git a/open-vm-tools/lib/include/guest_os_tables.h b/open-vm-tools/lib/include/guest_os_tables.h index 20b61d941..8fafe0325 100644 --- a/open-vm-tools/lib/include/guest_os_tables.h +++ b/open-vm-tools/lib/include/guest_os_tables.h @@ -328,6 +328,8 @@ extern "C" { GOKM("other3xlinux-64", other3xLinux64Guest, TRUE) \ GOKM("other4xlinux", other4xLinuxGuest, TRUE) \ GOKM("other4xlinux-64", other4xLinux64Guest, TRUE) \ + GOKM("other5xlinux", other5xLinuxGuest, TRUE) \ + GOKM("other5xlinux-64", other5xLinux64Guest, TRUE) \ GOKM("linux", otherLinuxGuest, FALSE) \ GOKM("otherlinux", otherLinuxGuest, TRUE) \ GOKM("otherlinux-64", otherLinux64Guest, TRUE) \