1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 12:45:34 +00:00

vagrant: use generic/openbsd7 box

This commit is contained in:
Thomas Waldmann 2023-12-25 22:40:38 +01:00
parent 5480906c06
commit 86d6fcfe0a
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

2
Vagrantfile vendored
View file

@ -362,7 +362,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "openbsd64" do |b|
b.vm.box = "openbsd71-64"
b.vm.box = "generic/openbsd7"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end