Hi everyone,
I'm ready to give building my own base box from an ISO a shot. Using VirtualBox as the provider. Reading through both of these documents - Creating a base box<https://docs.vagrantup.com/v2/virtualbox/boxes.html> - General Base Box Guide <https://docs.vagrantup.com/v2/boxes/base.html> I'm pretty sure I've gotten all the requirements.. - vagrant user - passwordless ssh - guest additions Now I'm trying to package the box. Seems like all you need is the name of the VM, per the documentation vagrant package --base my-virtual-machine Where "my-virtual-machine" is replaced by the name of the virtual machine in VirtualBox to package as a base box. Here is a snap of the box so you can see I have the correct name (at least it seems right to me) [image: enter image description here] vagrant pacakge --base 'mxn-ubuntu-13.04-vbox-base' However, vagrant prompts me with the usage Usage: vagrant [options] <command> [<args>] -v, --version Print the version and exit. -h, --help Print this help. .... so what am I doing wrong? thanks, -nathan -- 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.
