/vagrant-debian

Automatic Vagrant box builder for Debian 7.5

Primary LanguageShellMIT LicenseMIT

Debian for Vagrant

Tool for downloading and preseeding the latest versions of Debian. It will download the network installer, install Debian using a preseed config, install guest additions and export it to the Vagrant box format.

Mac OS X Guide

Install Vagrant and VirtualBox.

brew install fakeroot dvdrtools p7zip
./vagrant-debian 64

Debian Guide

apt-get install fakeroot p7zip-full genisoimage vagrant virtualbox virtualbox-guest-additions-iso
./vagrant-debian 64

Old releases

You can also build images for squeeze using following command:

./vagrant-debian 64 squeeze

Forked off joneskoo/vagrant-debian-squeeze-32