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=(
43
43
vmware_ova
44
44
vmware_raw
45
45
xen
46
+ nutanix
46
47
)
47
48
48
49
# list of oem package names, minus the oem- prefix
@@ -353,6 +354,13 @@ IMG_proxmoxve_OEM_PACKAGE=common-oem-files
353
354
IMG_proxmoxve_OEM_USE=proxmoxve
354
355
IMG_proxmoxve_OEM_SYSEXT=oem-proxmoxve
355
356
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
+
356
364
# ##########################################################
357
365
358
366
# 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=(
50
50
gce
51
51
hyperv
52
52
vmware
53
+ nutanix
53
54
)
54
55
55
56
OEMIDS=(
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