summaryrefslogtreecommitdiff
path: root/archiso/testiso
blob: 9de347a87b0ffe4594d315c34d08dc23caa4c60a (plain)
1
2
3
4
5
6
7
#!/bin/sh

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