You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The department, and students, might prefer VMware over VirtualBox. Packer can build VMware images.
Per hashicorp/packer#1102, on Linux this requires the VIX SDK installed in addition to VMware Player. So far, I haven't had much success with this myself.
Another option might be to build a VirtualBox image then convert OVA to VMX, though I'd guess that the result wouldn't integrate as well with VMware.
The text was updated successfully, but these errors were encountered:
@coyotebush did you already have vmware-vdiskmanager? I had to install the workstation in order to run "packer build" without any issue and workstation requires a license...
Edit: Downloaded vdiskmanager, renamed it to vmware-vdiskmanager, put it in the same directory as VMwarePlayer because it needs libeay32.dll, and finally added the vmware player's directory to my path.
The department, and students, might prefer VMware over VirtualBox. Packer can build VMware images.
Per hashicorp/packer#1102, on Linux this requires the VIX SDK installed in addition to VMware Player. So far, I haven't had much success with this myself.
Another option might be to build a VirtualBox image then convert OVA to VMX, though I'd guess that the result wouldn't integrate as well with VMware.
The text was updated successfully, but these errors were encountered: