/packer-openbsd

OpenBSD Packer Templates

Primary LanguageShellApache License 2.0Apache-2.0

OpenBSD Packer Templates

This repository contains templates for building OpenBSD boxes for Vagrant using Packer. Supports VirtualBox, VMware, and QEMU/libvirt providers.

Pre-built boxes can be installed via Hashicorp Atlas:

vagrant box add tmatilai/openbsd-5.7
vagrant box add tmatilai/openbsd-5.6
vagrant box add tmatilai/openbsd-5.5
vagrant box add tmatilai/openbsd-5.4

You can also build the boxes yourself:

packer build openbsd-<version>.json

The boxes won't include VirtualBox Guest Additions nor VMware Tool (as they are not available for the OS). So for synced folders you need to use e.g. NFS or rsync.

License

The templates are based on the Bento project and Veewee templates.

Copyright 2014-2015, Teemu Matilainen (teemu.matilainen@iki.fi)

Licensed under the Apache License, Version 2.0 (see the LICENSE).