mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 23:18:29 -04:00
Use absolute path for config.vm.share_folder. Fixes issue #216.
This commit is contained in:
parent
ccd38e58a1
commit
b890fbdba2
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -5,7 +5,7 @@ Vagrant::Config.run do |config|
|
||||
config.vm.box = "ubuntu-12.04-32bit"
|
||||
config.vm.box_url = "http://files.vagrantup.com/precise32.box"
|
||||
|
||||
config.vm.share_folder("ardupilot", "~/ardupilot", ".")
|
||||
config.vm.share_folder("ardupilot", "/home/vagrant/ardupilot", ".")
|
||||
|
||||
# Allow symlinks
|
||||
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/cross-compiler", "1"]
|
||||
|
Loading…
Reference in New Issue
Block a user