mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
don't fight the box kernel version, not worth it
This commit is contained in:
parent
9c7293508d
commit
4db680fda4
1 changed files with 1 additions and 3 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -55,9 +55,7 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config|
|
|||
config.vm.box = "precise64"
|
||||
config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
|
||||
config.vm.provision :shell, :inline => <<-UPDATE
|
||||
apt-get update
|
||||
apt-get dist-upgrade
|
||||
apt-get install linux-image-extra-3.2.0-40-virtual
|
||||
apt-get install -y linux-image-extra-3.2.0-29-virtual
|
||||
UPDATE
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue