From: Ben Darnell Date: Wed, 6 Nov 2013 16:53:00 +0000 (-0500) Subject: Point Ubuntu 12.04 Vagrant file to a readily-available base image. X-Git-Tag: v3.2.0b1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32468085695b7ade5f74eeb90bfc22718063738;p=thirdparty%2Ftornado.git Point Ubuntu 12.04 Vagrant file to a readily-available base image. --- diff --git a/maint/vm/ubuntu12.04/Vagrantfile b/maint/vm/ubuntu12.04/Vagrantfile index 9fcc82a2c..00cea136b 100644 --- a/maint/vm/ubuntu12.04/Vagrantfile +++ b/maint/vm/ubuntu12.04/Vagrantfile @@ -1,5 +1,6 @@ Vagrant::Config.run do |config| - config.vm.box = "ubuntu12.04" + config.vm.box = "precise64" + config.vm.box_url = "http://files.vagrantup.com/precise64.box" config.vm.network :hostonly, "172.19.1.5" config.vm.share_folder("tornado", "/tornado", "../../..", :nfs=> true)