Debian 8.x Packer template that creates a Vagrant base box for VirtualBox. It is created according to the vagrant base box guidelines.
The final build can be downloaded from Atlas: fyndiq/jessie64
To use the box, just run:
vagrant init fyndiq/jessie64
vagrant up
To build the box yourself, you'll need to have the following installed:
- VirtualBox 5.0
- Vagrant 1.9
- Packer 0.10
Then you can start start the build with:
make
See the README in the packer directory for more detailed information about the build process.