From d9df3485001d1cc0afcda8de5acc81a4849f0bc0 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 26 Mar 2013 22:13:19 -0300 Subject: [PATCH] Update base quantal64 box references --- README.md | 2 +- development/Vagrantfile.1.1 | 2 +- example/Vagrantfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dd897c..248b7a8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Vagrant.require_plugin 'vagrant-lxc' Vagrant.configure("2") do |config| config.vm.box = "lxc-quantal64" - config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box' + config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box' # Share an additional folder to the guest Container. The first argument # is the path on the host to the actual folder. The second argument is diff --git a/development/Vagrantfile.1.1 b/development/Vagrantfile.1.1 index 53b52b4..c6690ba 100644 --- a/development/Vagrantfile.1.1 +++ b/development/Vagrantfile.1.1 @@ -50,7 +50,7 @@ Vagrant.configure("2") do |config| config.vm.define :lxc do |lxc_config| lxc_config.vm.hostname = 'lxc-dev-box' - lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box' + lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box' lxc_config.vm.provider :lxc do |lxc| # Required to boot nested containers diff --git a/example/Vagrantfile b/example/Vagrantfile index 2d56825..9108020 100644 --- a/example/Vagrantfile +++ b/example/Vagrantfile @@ -15,7 +15,7 @@ Vagrant.require_plugin 'vagrant-lxc' Vagrant.configure("2") do |config| config.vm.box = "quantal64" - config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box' + config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box' config.vm.hostname = 'lxc-quantal64' config.vm.synced_folder "/tmp", "/vagrant_data"