[go: nahoru, domu]

Skip to content

Automatic Vagrant box builder for Debian 6, 7, 8 and testing

License

Notifications You must be signed in to change notification settings

rgeorgioff/vagrant-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian for Vagrant

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.

Mac OS X Guide

Install Vagrant and VirtualBox.

brew install fakeroot dvdrtools p7zip
./vagrant-debian 64

Debian Guide

apt-get install fakeroot p7zip-full genisoimage vagrant virtualbox virtualbox-guest-additions-iso
./vagrant-debian 64

Arch Guide

pacman -S base-devel p7zip cdrkit vagrant virtualbox virtualbox-guest-iso
./vagrant-debian 64

Old and testing releases

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

Forked off joneskoo/vagrant-debian-squeeze-32

About

Automatic Vagrant box builder for Debian 6, 7, 8 and testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%