ismaGNU / vagrant-debian-wheezy-64

Automatic Debian 7 Vagrant base box building on OSX and Linux

Home Page:https://github.com/dotzero/vagrant-debian-wheezy-64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This script will:

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

Requirements

  • Oracle VM VirtualBox
  • Vagrant
  • mkisofs
  • 7zip

Usage on OSX

./build.sh

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

brew install cdrtools
brew install p7zip

To add debian-wheezy-64.box with name debian-72 into vagrant:

vagrant box add "debian-72" debian-wheezy-64.box

Usage on Linux

./build.sh

This should do everything you need. If you don't have mkisofs or p7zip:

sudo apt-get install genisoimage
sudo apt-get install p7zip-full

To add debian-wheezy-64.box with name debian-72 into vagrant:

vagrant box add "debian-72" debian-wheezy-64.box

Notes

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

Bitdeli Badge

About

Automatic Debian 7 Vagrant base box building on OSX and Linux

https://github.com/dotzero/vagrant-debian-wheezy-64

License:MIT License