#define ALL4XLINUX64 BS(OTHER4XLINUX_64), BS(PHOTON_64), \
BS(CENTOS8_64), BS(ORACLE8_64), \
BS(CRXSYS1_64), BS(CRXPOD1_64), \
- BS(AMAZONLINUX2_64)
+ BS(AMAZONLINUX2_64), BS(LINUX_MINT_64)
#define ALLVMKERNEL BS(VMKERNEL), BS(VMKERNEL5), BS(VMKERNEL6), \
BS(VMKERNEL65), BS(VMKERNEL7)
#define STR_OS_LINUX "linux"
#define STR_OS_LINUX_FROM_SCRATCH "Linux-From-Scratch"
#define STR_OS_LINUX_FULL "Other Linux"
+#define STR_OS_LINUX_MINT "linuxMint"
#define STR_OS_LINUX_PPC "Linux-PPC"
#define STR_OS_MANDRAKE "mandrake"
#define STR_OS_MANDRAKE_FULL "Mandrake Linux"
/*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2019 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
GOT(GUEST_OS_CENTOS8_64) \
GOT(GUEST_OS_AMAZONLINUX2_64) \
GOT(GUEST_OS_CRXSYS1_64) /* VMware CRX system VM 1.0 64-bit */ \
- GOT(GUEST_OS_CRXPOD1_64) /* VMware CRX pod VM 1.0 64-bit */
+ GOT(GUEST_OS_CRXPOD1_64) /* VMware CRX pod VM 1.0 64-bit */ \
+ GOT(GUEST_OS_LINUX_MINT_64)
/*