Skip to content

Commit

Permalink
nutanix.mdx: correct case of boot_type uefi (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon authored Apr 12, 2023
1 parent df8ce13 commit 8f47a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/builders/nutanix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
You can find samples [here](https://github.com/nutanix-cloud-native/packer-plugin-nutanix/tree/main/example) for these instructions usage.

0 comments on commit 8f47a64

Please sign in to comment.