From 29503e453ea8c72ff0441398e69f2ea3dfd9a34b Mon Sep 17 00:00:00 2001 From: DanHam Date: Sat, 16 Jun 2018 19:29:03 +0100 Subject: [PATCH] Update Hyper-V docs with new export behaviour --- website/source/docs/builders/hyperv-vmcx.html.md.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/builders/hyperv-vmcx.html.md.erb b/website/source/docs/builders/hyperv-vmcx.html.md.erb index 037cebb07..de1b22891 100644 --- a/website/source/docs/builders/hyperv-vmcx.html.md.erb +++ b/website/source/docs/builders/hyperv-vmcx.html.md.erb @@ -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 + `/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