Skip to content

Instantly share code, notes, and snippets.

@jedi4ever
Created February 9, 2011 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedi4ever/818432 to your computer and use it in GitHub Desktop.
Save jedi4ever/818432 to your computer and use it in GitHub Desktop.
create vagrant - lucid box with veewee
gem instal veewee
#if needed replace amd64 with i386
vagrant basebox define 'lucid-box' 'ubuntu-10.04.1-server-amd64'
#for tweeking look at definitions/lucid-box/
vagrant basebox build 'lucid-box'
vagrant basebox export 'lucid-box'
#this will result in a lucid-box.box in your currentdir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment