Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 765 Bytes

File metadata and controls

34 lines (20 loc) · 765 Bytes

Vagrantizer

Vagrantizer is an small bash script for automate the simple task of craeating Vagrant base Boxes.

Use:

wget https://raw.github.com/oliverhr/Vagrantizer/master/vagrantizer.sh

chmod +x vagrantizer.sh

./vagrantizer.sh

##Tested with:

  • Debian Wheezy 7.1.0 / 7.2.0
  • Ubuntu Server 13.04 / 13.10

Remember to setup your machine as conventionally

  • Hostname: vagrant-[os-name], e.g. vagrant-debian-lenny
  • Domain: vagrantup.com
  • Root Password: vagrant
  • Main account login: vagrant
  • Main account password: vagrant

After all package as a Box:

Ex.

vagrant package --base wheezy --output debian-7.2.0-i368.box

Replace [wheezy] with your virtualbox machine [--output ...] is optional, but you get a package.box