Update Hyper-V docs with new export behaviour

This commit is contained in:
DanHam 2018-06-16 19:29:03 +01:00
parent e42e03ef2e
commit 29503e453e
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E
1 changed files with 5 additions and 5 deletions

View File

@ -240,11 +240,11 @@ builder.
- `skip_compaction` (boolean) - If `true` skip compacting the hard disk for
the virtual machine when exporting. This defaults to `false`.
- `skip_export` (boolean) - If `true` Packer will skip the export of the
VM. If you are interested only in the VHD/VHDX files, you can enable
this option. This will create inline disks which improves the build
performance. There will not be any copying of source VHDs to the temp
directory. This defaults to `false`.
- `skip_export` (boolean) - If `true` Packer will skip the export of the VM.
If you are interested only in the VHD/VHDX files, you can enable this
option. The resulting VHD/VHDX file will be output to
`<output_directory>/Virtual Hard Disks`. By default this option is `false`
and Packer will export the VM to `output_directory`.
- `switch_name` (string) - The name of the switch to connect the virtual
machine to. By default, leaving this value unset will cause Packer to