Skip to content

Instantly share code, notes, and snippets.

View sosiouxme's full-sized avatar

Luke Meyer sosiouxme

View GitHub Profile
@sosiouxme
sosiouxme / kick.sh
Created November 11, 2012 06:34 — forked from Miciah/kick.sh
OpenShift kickstart script (using beta packages)
#!/bin/sh
# This is a sample script for kickstarting a VM according to the openshift.ks script under virt-manager, qemu+KVM, and Linux.
# You certainly need to modify at least the CMDLINE and --location below for it to be useful (unless you work at Red Hat).
set -e
if [ $# -lt 1 ]
then
printf 'Usage: %s vm_name [arg1 [arg2 [...]]]\n' "$0"