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.
Install Vagrant and VirtualBox.
brew install fakeroot dvdrtools p7zip
./vagrant-debian 64
apt-get install fakeroot p7zip-full genisoimage vagrant virtualbox virtualbox-guest-additions-iso
./vagrant-debian 64
You can also build images for squeeze using following command:
./vagrant-debian 64 squeeze
Forked off joneskoo/vagrant-debian-squeeze-32