Skip to content

Instantly share code, notes, and snippets.

View brk3's full-sized avatar
🎯
Focusing

Paul Bourke brk3

🎯
Focusing
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