From b8554dad7d80b334474f3d222505b74a28988587 Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Sun, 7 Aug 2016 12:32:11 +0100 Subject: [PATCH] Add documentation for: enable_mac_spoofing, enable_dynamic_memory and enable_virtualization_extensions --- website/source/docs/builders/hyperv-iso.html.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/builders/hyperv-iso.html.markdown b/website/source/docs/builders/hyperv-iso.html.markdown index 2d030d7c3..0148c518d 100644 --- a/website/source/docs/builders/hyperv-iso.html.markdown +++ b/website/source/docs/builders/hyperv-iso.html.markdown @@ -96,9 +96,19 @@ can be configured for this builder. - `disk_size` (integer) - The size, in megabytes, of the hard disk to create for the VM. By default, this is 40000 (about 40 GB). +- `enable_mac_spoofing` (bool) - If true enable mac spoofing for virtual machine. + This defaults to false. + +- `enable_dynamic_memory` (bool) - If true enable dynamic memory for virtual machine. + This defaults to false. + - `enable_secure_boot` (bool) - If true enable secure boot for virtual machine. This defaults to false. +- `enable_virtualization_extensions` (bool) - If true enable virtualization extensions for virtual machine. + This defaults to false. For nested virtualization you need to enable mac spoofing, disable dynamic memory + and have at least 4GB of RAM for virtual machine. + - `floppy_files` (array of strings) - A list of files to place onto a floppy disk that is attached when the VM is booted. This is most useful for unattended Windows installs, which look for an `Autounattend.xml` file