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