Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/testiso
blob: 4ad9a316a00fd2556be21e2473ada446f467e71b (plain)
1
2
3
4
5
6
#!/bin/sh

if [ $# -ne 1 ]; then
    echo "usage: testiso <iso name>"
fi
qemu -boot d -kernel-kqemu -cdrom "${1}"