Merge pull request #6897 from wjsager/patch-1

Added instructions for non-hashicorp boxes
This commit is contained in:
Seth Vargo 2016-02-03 10:00:23 -05:00
commit ecff9dccc5
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ will automatically sync your files to and from the guest machine.
By default, Vagrant shares your project directory (remember, that is the By default, Vagrant shares your project directory (remember, that is the
one with the Vagrantfile) to the `/vagrant` directory in your guest machine. one with the Vagrantfile) to the `/vagrant` directory in your guest machine.
If you are not running hashicorp/precise64, or if you are running a box without _VirtualBox guest additions_ installed by default, you first need to install the vagrant-vbguest plugin:
```
$ vagrant plugin install vagrant-vbguest
```
Run `vagrant up` again and SSH into your machine to see: Run `vagrant up` again and SSH into your machine to see:
``` ```