summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-06-11 10:23:42 +0200
committervarac <varacanero@zeromail.org>2014-06-11 10:23:42 +0200
commit364db6ffafd036ed768b126b53ad7909e066e152 (patch)
tree608e3f1179516b0e533eebfe0d4a9f38029fedcb
parent683ec23b5674087624aef4ffd2d052a6cf62f5f7 (diff)
added shared folder documentation
-rw-r--r--docs/platform/development.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index 386b703..f23ac71 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -275,3 +275,4 @@ Known Issues
* if each call to vagrant ends up with a segfault, it may be because you still have virtualbox around. if so, remove virtualbox to keep only libvirt + KVM. according to https://github.com/pradels/vagrant-libvirt/issues/75 having two virtualization engines installed simultaneously can lead to such weird issues.
* see the [vagrant-libvirt issue list on github](https://github.com/pradels/vagrant-libvirt/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 and .....