Add a note about nfs support on linux to VAGRANT.md
This commit is contained in:
parent
5230d38a64
commit
2e7807901f
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue