Skip to content

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

Notifications You must be signed in to change notification settings

oliverhr/Vagrantizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages