Skip to content
Snippets Groups Projects
Commit b890fbdb authored by wiseman's avatar wiseman Committed by Pat Hickey
Browse files

Use absolute path for config.vm.share_folder. Fixes issue #216.

parent ccd38e58
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ Vagrant::Config.run do |config| ...@@ -5,7 +5,7 @@ Vagrant::Config.run do |config|
config.vm.box = "ubuntu-12.04-32bit" config.vm.box = "ubuntu-12.04-32bit"
config.vm.box_url = "http://files.vagrantup.com/precise32.box" 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 # Allow symlinks
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/cross-compiler", "1"] config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/cross-compiler", "1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment