Skip to content

Instantly share code, notes, and snippets.

@godber
Created July 19, 2010 17:07
Show Gist options
  • Save godber/481673 to your computer and use it in GitHub Desktop.
Save godber/481673 to your computer and use it in GitHub Desktop.
cd /tmp
wget -q http://gist.github.com/raw/481553/04b30b8a4ea2c9cb5b757844f48ba7fa02f03de8/prep.sh
sudo -E bash prep.sh
# scp your keys to the AMI as instructed by prep.sh
vi /mnt/tmp/environment # set you AWS credentials and paths
. /mnt/tmp/environment
sudo wget -q -O /boot/grub/menu.lst http://gist.github.com/raw/481560/6e70d54e1dc6ea43130916ed054cf56cd33cb97f/menu.lst
cd /mnt/tmp/
wget -q http://gist.github.com/raw/481551/af5a315b59f9b7e4874880491d0cc6dc5f3c7b9c/rebundle.sh
vi rebundle.sh # set your bucket
sudo -E bash ./rebundle.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment