From 8b229af9fda0025bd7d3753637ebca089c887da4 Mon Sep 17 00:00:00 2001 From: Robert Coleman Date: Sat, 14 Jun 2014 00:17:05 +1200 Subject: [PATCH] update vmware-vmx docs --- website/source/docs/builders/vmware-vmx.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/builders/vmware-vmx.html.markdown b/website/source/docs/builders/vmware-vmx.html.markdown index 2632cacfa..b733473e7 100644 --- a/website/source/docs/builders/vmware-vmx.html.markdown +++ b/website/source/docs/builders/vmware-vmx.html.markdown @@ -10,13 +10,13 @@ Type: `vmware-vmx` This VMware builder is able to create VMware virtual machines from an existing VMware virtual machine (a VMX file). It currently supports building virtual machines on hosts running -[VMware Fusion](http://www.vmware.com/products/fusion/overview.html) for OS X, +[VMware Fusion Professional](http://www.vmware.com/products/fusion-professional/) for OS X, [VMware Workstation](http://www.vmware.com/products/workstation/overview.html) for Linux and Windows, and [VMware Player](http://www.vmware.com/products/player/) on Linux. The builder builds a virtual machine by cloning the VMX file using -the clone capabilities introduced in VMware Fusion 6, Workstation 10, +the clone capabilities introduced in VMware Fusion Professional 6, Workstation 10, and Player 6. After cloning the VM, it provisions software within the new machine, shuts it down, and compacts the disks. The resulting folder contains a new VMware virtual machine.