Skip to content

Instantly share code, notes, and snippets.

@hoodoer
Created December 11, 2020 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoodoer/84ef64509691987a08620d00cb43dc87 to your computer and use it in GitHub Desktop.
Save hoodoer/84ef64509691987a08620d00cb43dc87 to your computer and use it in GitHub Desktop.
Fusion export of ova file for portable VMs
There’s no GUI option to export an OVA (Open Virtual Appliance) format VM in VMware fusion, but there is a command-line method. Use the OVF tool. The following provides a command-line synopsis.
$ cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/
$ ./ovftool –acceptAllEulas \
> /Users/me/Documents/Virtual\ Machines.localized/TheVM.vmwarevm/TheVM.vmx \
> ~/Desktop/TheVM.ova
Opening VMX source: […]
Opening OVA target: […]
Writing OVA package: /Users/me/Desktop/TheVM.ova
Copied from:
http://larry.me/?p=220
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment