Skip to content

Instantly share code, notes, and snippets.

@jasherai
Created September 14, 2010 07:38
Show Gist options
  • Select an option

  • Save jasherai/578675 to your computer and use it in GitHub Desktop.

Select an option

Save jasherai/578675 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. For a detailed explanation
# and listing of configuration options, please view the documentation
# online.
# Gui mode option for debugging use
config.vm.boot_mode = "gui"
config.vm.box = "lucid32"
config.vm.network("10.0.10.100")
config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment