Skip to content

Instantly share code, notes, and snippets.

@graudeejs
Created February 19, 2018 18:07
Show Gist options
  • Save graudeejs/babd85c5768b9605f03720655bcb6c1f to your computer and use it in GitHub Desktop.
Save graudeejs/babd85c5768b9605f03720655bcb6c1f to your computer and use it in GitHub Desktop.
FreeBSD Vagrantfile
Vagrant.configure('2') do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
config.vm.box = 'freebsd/FreeBSD-11.1-STABLE'
config.vm.base_mac = '080027D14C66'
config.ssh.shell = 'sh'
config.vm.synced_folder ".", "/vagrant", disabled: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment