Skip to content

fyndiq/vagrant-debian8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.