mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add note for remote nfs synced folders
This commit is contained in:
parent
4de1560027
commit
d4b013a66d
@ -380,6 +380,8 @@ it an setting the type, e.g.
|
|||||||
|
|
||||||
config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "squash", owner: "vagrant"
|
config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "squash", owner: "vagrant"
|
||||||
|
|
||||||
|
**NOTE:** for remote libvirt, nfs synced folders requires a bridged public network interface and you must connect to libvirt via ssh.
|
||||||
|
|
||||||
## Customized Graphics
|
## Customized Graphics
|
||||||
|
|
||||||
vagrant-libvirt supports customizing the display and video settings of the
|
vagrant-libvirt supports customizing the display and video settings of the
|
||||||
@ -459,4 +461,3 @@ IMPORTANT NOTE: bundle is crucial. You need to use bundled vagrant.
|
|||||||
3. Commit your changes (`git commit -am 'Add some feature'`).
|
3. Commit your changes (`git commit -am 'Add some feature'`).
|
||||||
4. Push to the branch (`git push origin my-new-feature`).
|
4. Push to the branch (`git push origin my-new-feature`).
|
||||||
5. Create new Pull Request.
|
5. Create new Pull Request.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user