build_library: rename oracle_oci image to oracle_oci_qcow

Reserve the unsuffixed name for a raw image, in case we ever want to
support installing to disk using "coreos-install -o" on a PXE-booted
system.
This commit is contained in:
Benjamin Gilbert 2017-09-06 17:46:07 -07:00
parent 97ab652443
commit 2024326789

View File

@ -12,7 +12,7 @@ VALID_IMG_TYPES=(
iso iso
openstack openstack
openstack_mini openstack_mini
oracle_oci oracle_oci_qcow
qemu qemu
qemu_uefi qemu_uefi
qemu_uefi_secure qemu_uefi_secure
@ -244,8 +244,8 @@ IMG_gce_OEM_PACKAGE=oem-gce
IMG_gce_OEM_ACI=gce IMG_gce_OEM_ACI=gce
## Oracle OCI ## Oracle OCI
IMG_oracle_oci_DISK_FORMAT=qcow2 IMG_oracle_oci_qcow_DISK_FORMAT=qcow2
IMG_oracle_oci_OEM_PACKAGE=oem-oracle-oci IMG_oracle_oci_qcow_OEM_PACKAGE=oem-oracle-oci
## rackspace ## rackspace
IMG_rackspace_OEM_PACKAGE=oem-rackspace IMG_rackspace_OEM_PACKAGE=oem-rackspace