ISO/archiso/testiso
Aaron Griffin 8966351b12 Split mkarchiso and configs into logical parts
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06 20:39:35 -05:00

8 lines
132 B
Bash
Executable File

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