git-svn-id: http://phraktured.net/archiso@9 00a9fe69-e71b-0410-bb23-df0e5024db41

This commit is contained in:
Aaron Griffin 2006-09-13 22:35:30 +00:00
parent 93a6284c32
commit 77305eb4d8
3 changed files with 50 additions and 0 deletions

6
testiso Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
if [ $# -ne 1 ]; then
echo "usage: testiso <iso name>"
fi
qemu -boot d -kernel-kqemu -cdrom "${1}"