File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
sdk_container/src/third_party/coreos-overlay/coreos-base Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ VALID_IMG_TYPES=(
4343 vmware_ova
4444 vmware_raw
4545 xen
46+ nutanix
4647)
4748
4849# list of oem package names, minus the oem- prefix
@@ -353,6 +354,13 @@ IMG_proxmoxve_OEM_PACKAGE=common-oem-files
353354IMG_proxmoxve_OEM_USE=proxmoxve
354355IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
355356
357+ # # nutanix
358+ IMG_nutanix_DISK_FORMAT=qcow2
359+ IMG_nutanix_DISK_LAYOUT=vm
360+ IMG_nutanix_OEM_USE=nutanix
361+ IMG_nutanix_OEM_PACKAGE=common-oem-files
362+ IMG_nutanix_OEM_SYSEXT=oem-nutanix
363+
356364# ##########################################################
357365
358366# Print the default vm type for the specified board
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ AMD64_ONLY_OEMIDS=(
5050 gce
5151 hyperv
5252 vmware
53+ nutanix
5354)
5455
5556OEMIDS=(
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+ <pkgmetadata >
4+ </pkgmetadata >
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2020 Kinvolk GmbH. All rights reserved.
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ DESCRIPTION=" OEM suite for Nutanix"
7+ HOMEPAGE=" https://www.nutanix.com/"
8+ SRC_URI=" "
9+
10+ LICENSE=" GPL-2"
11+ SLOT=" 0"
12+ KEYWORDS=" amd64"
13+ IUSE=" "
14+
15+ OEM_NAME=" Nutanix"
You can’t perform that action at this time.
0 commit comments