Tool for downloading and preseeding the latest versions of Debian. You can set version to stable, testing or a specific version like 6.0.10. 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
./vagrant-debian 64
You can also build images for squeeze and testing using any of following commands:
./vagrant-debian 64 7.8.0
or
./vagrant-debian 64 testing
You can set VagrantKey options in vagrant-debian
file :
VBOX_KEY="${FOLDER_BASE}/vagrantkey"
You can set headless or gui mode. if you set 1. you can see build process in virtualbox window. if set 0 - headless mode.
VBOX_GUI=1
Also you can add your pkgs to auto install. Change scripts/custom_apps.sh
file
Forked off: