Created
December 11, 2020 14:38
-
-
Save hoodoer/84ef64509691987a08620d00cb43dc87 to your computer and use it in GitHub Desktop.
Fusion export of ova file for portable VMs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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