How to create a custom image with custom launch options
Summary
How to specify LaunchOptions with OCIContent
Hello.
I'd like to import my VMDK as an Oracle Cloud Custom Image. The web console allows me to select between Native, Paravirtualised and Emulated launch modes, that is not sufficiant for me, because I need UEFI_64 firmware with Paravirtualised boot volume.
OCI allows me to create image with Custom launch mode. According https://docs.cloud.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/compute/image/create.html?highlight=image, I should specify LaunchOptions parameter for specifying details. Unfortunally, I could not find any examples of creating images with OCI with LaunchOptions
2