How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "ryanmaclean/openbsd-5.9"
  config.vm.box_version = "1"
end
vagrant init ryanmaclean/openbsd-5.9 \
  --box-version 1
vagrant up

This version was created almost 8 years ago.

An OpenBSD 5.9 64bit image for VMware and VirtualBox.

Created using the following repository: https://github.com/ryanmaclean/packer-openbsd

In order to su to root:

su - 

Enter vagrant as the password. If you would like to change that, it can be done by forking the aforementioned repository.

2 providers for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (128 MB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (126 MB)