Skip to content

c-cooperjones/vagrant-debian-wheezy-64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published