From 8f47a641920351de9250808a2256923dfb4e6ddb Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Tue, 11 Apr 2023 22:53:35 -0700 Subject: [PATCH] nutanix.mdx: correct case of boot_type uefi (#119) --- docs/builders/nutanix.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/builders/nutanix.mdx b/docs/builders/nutanix.mdx index 5efce3c..431fbbb 100644 --- a/docs/builders/nutanix.mdx +++ b/docs/builders/nutanix.mdx @@ -29,7 +29,7 @@ These parameters allow to define information about platform and temporary VM use - `memory_mb` (number) - Size of vRAM for temporary VM (in megabytes). - `cd_files` (array of strings) - A list of files to place onto a CD that is attached when the VM is booted. This can include either files or directories; any directories will be copied onto the CD recursively, preserving directory structure hierarchy. - `cd_label` (string) - Label of this CD Drive. - - `boot_type` (string) - Type of boot used on the temporary VM ("legacy" or "UEFI"). + - `boot_type` (string) - Type of boot used on the temporary VM ("legacy" or "uefi"). - `ip_wait_timeout` (duration string | ex: "0h42m0s") - Amount of time to wait for VM's IP, similar to 'ssh_timeout'. Defaults to 15m (15 minutes). See the Golang [ParseDuration](https://golang.org/pkg/time/#ParseDuration) documentation for full details. - `vm_categories` ([]Category) - Assign Categories to the vm. @@ -146,4 +146,4 @@ Note: Categories must already be present in Prism Central. ## Samples -You can find samples [here](https://github.com/nutanix-cloud-native/packer-plugin-nutanix/tree/main/example) for these instructions usage. \ No newline at end of file +You can find samples [here](https://github.com/nutanix-cloud-native/packer-plugin-nutanix/tree/main/example) for these instructions usage.