Skip to content

Instantly share code, notes, and snippets.

View brk3's full-sized avatar
๐Ÿ˜ฎโ€๐Ÿ’จ

Paul Bourke brk3

๐Ÿ˜ฎโ€๐Ÿ’จ
View GitHub Profile
#!/bin/bash
if ! [ $# -eq 1 ]; then
echo "Usage: $0 <node-name>"
exit 1
fi
# Make sure you have all dependencies:
# yum -y install libguestfs-tools virt-install