update readme with example accessmode 9p

This commit is contained in:
Dmitry Vasilets 2015-05-17 10:11:40 +02:00
parent 08037d1941
commit 4af0163c5e

View File

@ -375,6 +375,10 @@ You can change the synced folder type for */vagrant* by explicity configuring
it an setting the type, e.g.
config.vm.synced_folder './', '/vagrant', type: 'rsync'
or
```config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "mapped"```
## Customized Graphics