mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
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:
parent
97ab652443
commit
2024326789
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user