From 67577028b438c928374b01af70269a18925b7a6f Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 18 May 2015 17:21:29 +0200 Subject: [PATCH] Vagrant: Switch to 32-bit VM. This should be easier to install for most people, since it can be actually run on 32-bit machines (and on 64-bit machines with certain types of visualization turned off). --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9e32fb7..7f4e43c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -78,7 +78,7 @@ sphinxsearch_version = "rel22" # rel20, rel21, rel22, beta, daily, stable Vagrant.configure("2") do |config| # Set server to Ubuntu 14.04 - config.vm.box = "ubuntu/trusty64" + config.vm.box = "ubuntu/trusty32" config.vm.define "Vaprobash" do |vapro| end