Merge pull request #4039 from ThomasWaldmann/own-oi-box

use own openindiana box
This commit is contained in:
TW 2018-08-11 17:52:17 +02:00 committed by GitHub
commit 7df39ebb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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 # 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. # 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| config.vm.define "openindiana64" do |b|
b.vm.box = "openindiana/hipster" b.vm.box = "openindiana-64"
b.vm.provider :virtualbox do |v| b.vm.provider :virtualbox do |v|
v.memory = 1536 + $wmem v.memory = 1536 + $wmem
end end