Hello, Last time I did check, Vagrant use an all or nothing setup for Virtualbox vms, that is set under the gui of Virtualbox:
By command line this can be set as: VBoxManage setproperty machinefolder default VBoxManage setproperty machinefolder <folder> But is all or nothing at the moment. In the source code is how the import process works, should not be very hard to make that an option but my ruby-fu is nil Alvaro. On Fri, Jun 5, 2015 at 11:32 PM, Dmitry Kuleshov <[email protected]> wrote: > Hello! > > vboxmanage have options: > > createvm --name <name> > [--groups <group>, ...] > [--ostype <ostype>] > [--register] > [--basefolder <path>] > [--uuid <uuid>] > > > Can I specify basefolder of created VM if I want to store it not in > default one? > > Thanks! > > -- > 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. > -- 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.
