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

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