From 202432678901a939fd735ba577d29ebe49ba526f Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 6 Sep 2017 17:46:07 -0700 Subject: [PATCH] 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. --- build_library/vm_image_util.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_library/vm_image_util.sh b/build_library/vm_image_util.sh index ae169fb026..fa60c0d5dc 100644 --- a/build_library/vm_image_util.sh +++ b/build_library/vm_image_util.sh @@ -12,7 +12,7 @@ VALID_IMG_TYPES=( iso openstack openstack_mini - oracle_oci + oracle_oci_qcow qemu qemu_uefi qemu_uefi_secure @@ -244,8 +244,8 @@ 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 +IMG_oracle_oci_qcow_DISK_FORMAT=qcow2 +IMG_oracle_oci_qcow_OEM_PACKAGE=oem-oracle-oci ## rackspace IMG_rackspace_OEM_PACKAGE=oem-rackspace