Update Hyper-V docs with new export behaviour
This commit is contained in:
parent
e42e03ef2e
commit
29503e453e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue