Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 901 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 901 Bytes

Debian 8.x VirtualBox image for Vagrant

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

Usage

To use the box, just run:

vagrant init fyndiq/jessie64
vagrant up

Building the box

To build the box yourself, you'll need to have the following installed:

Then you can start start the build with:

make

See the README in the packer directory for more detailed information about the build process.