summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-05-12 17:07:14 -0400
committerMicah Anderson <micah@riseup.net>2015-05-12 17:07:14 -0400
commitbc86ff23dfa9ad036c77087e925b2542a386e94b (patch)
tree637b86eece0e25a3ea9568c1735b744726a35b17
parentc1b50c88d409e518dd7a996956abd613c96486a3 (diff)
add information about how to disable nfs folder support
-rw-r--r--docs/platform/details/development.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/platform/details/development.md b/docs/platform/details/development.md
index ab7ef87..e3888db 100644
--- a/docs/platform/details/development.md
+++ b/docs/platform/details/development.md
@@ -351,5 +351,8 @@ Known Issues
* be sure to use vagrant-libvirt >= 0.0.11 and sahara >= 0.0.16 (which are the latest stable gems you would get with `vagrant plugin install [vagrant-libvirt|sahara]`) for proper libvirt support
* for shared folder support, you need nfs-kernel-server installed on the host machine and set up sudo to allow unpriviledged users to modify /etc/exports. See [vagrant-libvirt#synced-folders](https://github.com/pradels/vagrant-libvirt#synced-folders)
-
sudo apt-get install nfs-kernel-server
+
+or you can disable shared folder support (if you do not need it), by setting the following in your Vagrantfile:
+
+ config.vm.synced_folder "src/", "/srv/website", disabled: trueconfig.vm.synced_folder "src/", "/srv/website", disabled: true