Skip to content

Instantly share code, notes, and snippets.

@ezotrank
Created February 27, 2013 11:09
Show Gist options
  • Save ezotrank/5047170 to your computer and use it in GitHub Desktop.
Save ezotrank/5047170 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "ubuntu_12.10_prepare"
config.vm.network :hostonly, "10.0.99.15"
config.vm.customize ["modifyvm", :id, "--memory", 2048]
#config.persistent_storage.location = "/tmp/sourcehdd.vdi"
#config.persistent_storage.size = 1000
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment