/vagrant-debian-wheezy-64

Automatic Debian 7 Vagrant base box building

Primary LanguageShellMIT LicenseMIT

About

This script will:

  1. download the Debian 7.1 "Wheezy" server, 64bit iso
  2. ... do some magic to turn it into a vagrant box file
  3. output package.box

Usage

./build.sh

This should do everything you need. If you don't have mkisofs, install homebrew, then:

brew install cdrtools

You'll need to install p7zip:

brew install p7zip

To add package.box with name debian-71 into vagrant:

vagrant box add "debian-71" package.box

Notes

This script basted on original Carl's repo and with some tweaks to be compatible Debian 7.1.

Bitdeli Badge