Skip to content

Instantly share code, notes, and snippets.

@lewg
Created April 3, 2013 18:15
Show Gist options
  • Save lewg/5303729 to your computer and use it in GitHub Desktop.
Save lewg/5303729 to your computer and use it in GitHub Desktop.
So, you want to create an Ubuntu 12.10 / Chef 11.4 Vagrant base box, eh?
git clone https://github.com/opscode/bento.git
cd bento
git remote add hh https://github.com/hh/bento.git
git fetch hh
git merge hh/BENTO-18
bundle install
bundle exec vagrant basebox build ubuntu-12.10
bundle exec vagrant basebox export ubuntu-12.10
vagrant box add 'ubuntu-12.10-chef-11.4' ubuntu-12.10.box
vagrant box list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment