Update hyperv config and OS version requirements

This commit is contained in:
Patrick Lang 2016-08-19 09:32:16 -07:00 committed by Chris Roberts
parent 8cf2240383
commit 06a0866d72
2 changed files with 4 additions and 1 deletions

View File

@ -29,3 +29,6 @@ you may set. A complete reference is shown below:
virtual machine to report an IP address. This defaults to 120 seconds. virtual machine to report an IP address. This defaults to 120 seconds.
This may have to be increased if your VM takes longer to boot. This may have to be increased if your VM takes longer to boot.
* `differencing_disk` (boolean) - Switch to use differencing disk intead of cloning whole VHD. * `differencing_disk` (boolean) - Switch to use differencing disk intead of cloning whole VHD.
* `enable_virtualization_extensions` (boolean) - Enable virtualization extensions for the virtual CPUs.
This allows Hyper-V to be nested and run inside another Hyper-VM VM. It requires Windows 10 - 1511 (build 10586) or newer.
Default is not defined. This will be disabled if not set.

View File

@ -14,7 +14,7 @@ Vagrant comes with support out of the box for [Hyper-V](https://en.wikipedia.org
a native hypervisor written by Microsoft. Hyper-V is available by default for a native hypervisor written by Microsoft. Hyper-V is available by default for
almost all Windows 8.1 installs. almost all Windows 8.1 installs.
The Hyper-V provider is compatible with Windows 8.1 only. Prior versions The Hyper-V provider is compatible with Windows 8.1 and later only. Prior versions
of Hyper-V do not include the necessary APIs for Vagrant to work. of Hyper-V do not include the necessary APIs for Vagrant to work.
Hyper-V must be enabled prior to using the provider. Most Windows installations Hyper-V must be enabled prior to using the provider. Most Windows installations