Add a note about nfs support on linux to VAGRANT.md

This commit is contained in:
Neil Lalonde 2013-04-21 14:52:23 -04:00
parent 5230d38a64
commit 2e7807901f
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ specific to the linux distro you're using for more information on how to
do this.
```
For example, on Ubuntu, you can install NFS support by installing nfs-kernel-server with `apt-get install`.
Once the machine has booted up, you can shell into it by typing:
```