mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
build_library: Add Oracle OCI OEM and format
This commit is contained in:
parent
4a0e9cfb2f
commit
51c5345c0d
@ -12,6 +12,7 @@ VALID_IMG_TYPES=(
|
||||
iso
|
||||
openstack
|
||||
openstack_mini
|
||||
oracle_oci
|
||||
qemu
|
||||
qemu_uefi
|
||||
qemu_uefi_secure
|
||||
@ -52,6 +53,7 @@ VALID_OEM_PACKAGES=(
|
||||
exoscale
|
||||
gce
|
||||
hyperv
|
||||
oracle-oci
|
||||
rackspace
|
||||
rackspace-onmetal
|
||||
vagrant
|
||||
@ -241,6 +243,10 @@ IMG_gce_CONF_FORMAT=gce
|
||||
IMG_gce_OEM_PACKAGE=oem-gce
|
||||
IMG_gce_OEM_ACI=gce
|
||||
|
||||
## Oracle OCI
|
||||
IMG_oracle_oci_DISK_FORMAT=qcow2
|
||||
IMG_oracle_oci_OEM_PACKAGE=oem-oracle-oci
|
||||
|
||||
## rackspace
|
||||
IMG_rackspace_OEM_PACKAGE=oem-rackspace
|
||||
IMG_rackspace_vhd_DISK_FORMAT=vhd
|
||||
|
Loading…
x
Reference in New Issue
Block a user