summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2024-03-29 16:15:26 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2024-03-29 16:15:26 +0100
commit6831411cca39e1764eaacd6791fec3c9d83232ab (patch)
tree886e593d93425929609370cff3d344b5685fec4c
parent41de070c4f8ff8bda06b5a8d7ab57f7f3b5dff0c (diff)
vagrant: use generic/openbsd7 box
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c6370fd79..030f4e9bd 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -377,7 +377,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