From d533f4d691865a694155a32aa67a78202edeb54c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 11 Aug 2018 17:50:34 +0200 Subject: [PATCH] use own openindiana box the one on vagrantcloud is not very recent... --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 352da783f..4b28d0eec 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -570,7 +570,7 @@ Vagrant.configure(2) do |config| # rsync on openindiana has troubles, does not set correct owner for /vagrant/borg and thus gives lots of # permission errors. can be manually fixed in the VM by: sudo chown -R vagrant /vagrant/borg ; then rsync again. config.vm.define "openindiana64" do |b| - b.vm.box = "openindiana/hipster" + b.vm.box = "openindiana-64" b.vm.provider :virtualbox do |v| v.memory = 1536 + $wmem end