Comment 11 for bug 1565985

Revision history for this message
david butler (croepha) wrote :

My workaround is to put `sudo apt-get install -y virtualbox-guest-utils` in my provisioning, and the steps to start are:

1. vagrant up (which will fail at the end)
2. vagrant provision
3. vagrant reload

Also I had to add `config.vm.synced_folder ".", "/vagrant/"` explicitly