Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs for recently-merged -version option for hyperv #7219

Merged
merged 1 commit into from
Jan 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions website/source/docs/builders/hyperv-iso.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ builder.
Packer to wait for 1 minute 30 seconds before typing the boot command.
The default duration is "10s" (10 seconds).

- `configuration_version` - This allows you to set the vm version when
calling New-VM to generate the vm.

- `cpu` (number) - The number of CPUs the virtual machine should use. If
this isn't specified, the default is 1 CPU.

Expand Down
3 changes: 3 additions & 0 deletions website/source/docs/builders/hyperv-vmcx.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ builder.
Where $copy is replaced with either true or false depending on the value of
"copy_in_compare".

- `configuration_version` - This allows you to set the vm version when
calling New-VM to generate the vm.

- `cpu` (number) - The number of CPUs the virtual machine should use. If
this isn't specified, the default is 1 CPU.

Expand Down