Skip to content

Instantly share code, notes, and snippets.

@machiel
Created February 4, 2013 18:21
Show Gist options
  • Save machiel/4708497 to your computer and use it in GitHub Desktop.
Save machiel/4708497 to your computer and use it in GitHub Desktop.
Allow symlinks in Vagrant shared folders
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
config.vm.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/v-root", "1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment