Skip to content

Commit c5ec92c

Browse files
committed
add note about vix api libraries
1 parent 6d62164 commit c5ec92c

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

website/source/docs/builders/vmware-iso.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Linux. It can also build machines directly on [VMware vSphere
2424
Hypervisor](https://www.vmware.com/products/vsphere-hypervisor/) using SSH as
2525
opposed to the vSphere API.
2626

27+
-> When using VMWare Player on Linux, you may need to install [VIX API
28+
libraries](https://www.vmware.com/support/developer/vix-api/) to use the
29+
`vmrun` utility, which is required by the builder.
30+
2731
The builder builds a virtual machine by creating a new virtual machine from
2832
scratch, booting it, installing an OS, provisioning software within the OS, then
2933
shutting it down. The result of the VMware builder is a directory containing all

website/source/docs/builders/vmware-vmx.html.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Professional](https://www.vmware.com/products/fusion-professional/) for OS X,
2121
for Linux and Windows, and [VMware
2222
Player](https://www.vmware.com/products/player/) on Linux.
2323

24+
-> When using VMWare Player on Linux, you may need to install [VIX API
25+
libraries](https://www.vmware.com/support/developer/vix-api/) to use the
26+
`vmrun` utility, which is required by the builder.
27+
2428
The builder builds a virtual machine by cloning the VMX file using the clone
2529
capabilities introduced in VMware Fusion Professional 6, Workstation 10, and
2630
Player 6. After cloning the VM, it provisions software within the new machine,

0 commit comments

Comments
 (0)