git-svn-id: http://phraktured.net/archiso@9 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
parent
93a6284c32
commit
77305eb4d8
3 changed files with 50 additions and 0 deletions
6
testiso
Normal file
6
testiso
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "usage: testiso <iso name>"
|
||||
fi
|
||||
qemu -boot d -kernel-kqemu -cdrom "${1}"
|
Loading…
Add table
Add a link
Reference in a new issue