Skip to content

network-shark/packer-freebsd

 
 

Repository files navigation

packer-freebsd

Version License CircleCI

packer template to build FreeBSD (with zfsroot) images, based on the work by uchida/packer-freebsd.

Vagrant images are available at

vagrant init stblassitude/freebsd-11; vagrant up

I'm running the build regularly (every couple of weeks to once a month). To use the most recent image, update your local cache before you vagrant up a new box.

vagrant box update stblassitude/freebsd-11

To check which version your Vagrant box is based on, you can look at /root/vagrantbox-version, which contains the URL and version number of the box vagrant up was run with.

Building Images

To build images, simply run:

$ git clone https://github.com/stblassitude/packer-freebsd
$ cd packer-freebsd
$ ./build.sh

While the template and the build script support VirtualBox, VMware, and QEMU/KVM, I'm currently only building VirtualBox images. If you'd like me to build the others as well, drop me a line.

License

[CC0] (http://creativecommons.org/publicdomain/zero/1.0/deed)

dedicated to public domain, no rights reserved.

About

Packer template for building FreeBSD 10 and 11 Vagrant boxes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.5%
  • Ruby 5.5%