Skip to content

Instantly share code, notes, and snippets.

View langdon's full-sized avatar

langdon langdon

View GitHub Profile
#!/bin/bash
if ! [ $# -eq 1 ]; then
echo "Usage: $0 <node-name>"
exit 1
fi
# Directory where everything happens
DIR=~/work/virt-install
# The image downloaded from the http://fedoraproject.org/en/get-fedora#clouds site