Skip to content

ninemoreminutes/vagrant-debian-wheezy-64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This script will:

  1. download the Debian 7.0 "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

If you need to install bsdtar, use the following commands:

brew update
brew install libarchive

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

vagrant box add "debian-70" package.box

Notes

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

About

Automatic Debian 7 Vagrant base box building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%