https://docs.vagrantup.com/v2/boxes/format.html
A box is basically a VM rolled up into a single file with some explicit dependencies (boxes are for a single provider, virtualbox or vmware or kvm) and optional versioning information and some basic instructions as to how to configure it for the destination system. An OVA is designed to be system/provider agnostic, BUT not all vendors have implemented the same OVA specs, so an OVA 2.0 from Virtualbox is NOT compatible with VMware, who honors only OVA 1 and 1.1 specs (technically they have the same guts, but they don't work without a lot of tinkering). I could melt your mind with the n^Y levels of inheritance and overrides provided by Vagrantfiles, but you should probably just read that page and some of the other documentation. On Friday, May 8, 2015 at 4:01:56 PM UTC-5, mnz hz wrote: > > any clues or document about this? or i have to hack the code? > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
