I hereby claim:
- I am neokeeper on github.
- I am neokeeper (https://keybase.io/neokeeper) on keybase.
- I have a public key whose fingerprint is 63D5 0122 AA46 CA61 6FDA 2320 9367 FBF1 F318 8B1B
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/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" |