Browse code

don't fight the box kernel version, not worth it

Brian McCallister authored on 2013/04/25 21:29:13
Showing 1 changed files
... ...
@@ -55,9 +55,7 @@ Vagrant::VERSION >= "1.1.0" and Vagrant.configure("2") do |config|
55 55
     config.vm.box = "precise64"
56 56
     config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
57 57
     config.vm.provision :shell, :inline => <<-UPDATE
58
-      apt-get update
59
-      apt-get dist-upgrade
60
-      apt-get install linux-image-extra-3.2.0-40-virtual
58
+      apt-get install -y linux-image-extra-3.2.0-29-virtual
61 59
     UPDATE
62 60
   end
63 61
 end