summaryrefslogtreecommitdiff
path: root/testiso
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-09-06 20:45:45 -0500
committerAaron Griffin <aaronmgriffin@gmail.com>2008-09-06 20:45:45 -0500
commit98318ea039c39bff953c6b83010e48791ee6d286 (patch)
treeb817b6594cea311c3fdfe31dabbe33d80e56a5c5 /testiso
parent8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 (diff)
Rename "default-config" to "overlay"
I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'testiso')
-rwxr-xr-xtestiso7
1 files changed, 0 insertions, 7 deletions
diff --git a/testiso b/testiso
deleted file mode 100755
index 9de347a..0000000
--- a/testiso
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-if [ $# -ne 1 ]; then
- echo "usage: testiso <iso name>"
- exit 1
-fi
-qemu -boot d -kernel-kqemu -m 256 -cdrom "${1}"