Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug 870091 - google-breakad requires symlinks, which are off in share…
…d folders by default
  • Loading branch information
rhelmer committed May 9, 2013
1 parent 92359da commit 21f781a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Vagrantfile
Expand Up @@ -29,6 +29,11 @@ Vagrant::Config.run do |config|
config.vm.network :hostonly, "33.33.33.10"
end

# Enable symlinks, which google-breakpad uses during build:
config.vm.customize ["setextradata", :id,
"VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root",
"1"]

if CONF['boot_mode'] == 'gui'
config.vm.boot_mode = :gui
end
Expand Down

0 comments on commit 21f781a

Please sign in to comment.