mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-25 07:23:28 +00:00
use own openindiana box
the one on vagrantcloud is not very recent...
This commit is contained in:
parent
84b063cb21
commit
d533f4d691
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue