Merge pull request #276 from sthulb/vbox-store

Move VirtualBox configuration file to be inside the data store
This commit is contained in:
Evan Hazlett 2015-01-14 09:15:08 -05:00
commit 37afa24a8e
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ func (d *Driver) Create() error {
}
if err := vbm("createvm",
"--basefolder", d.storePath,
"--name", d.MachineName,
"--register"); err != nil {
return err