Skip to content

Instantly share code, notes, and snippets.

View lynxman's full-sized avatar
:shipit:
Ship it!

Marc Cluet lynxman

:shipit:
Ship it!
View GitHub Profile
@smoser
smoser / nova-lxc-oneiric-userdata
Created August 25, 2011 03:03
nova and lxc on ubuntu oneiric
#!/bin/sh
{
## EDIT THESE DETAILS FOR YOU ##
NONROOT_USER="ubuntu" # leave this as ubuntu if you're using cloud image
LP_USER="smoser" # change this to your launchpad id for ssh-import-id
SMOSER_PREFS=1 # do you want things setup like smoser likes?
EXTRA_PKGS="vim" # whatever extra packages you'd like installed
USEFUL_PKGS="bzr"
## END NECESSARY EDITING