diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-09-13 22:35:30 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-09-13 22:35:30 +0000 |
commit | 77305eb4d82e953fd5d1c41bd02ac061bc579591 (patch) | |
tree | e76e63234753621df0c6cbcb6ef25c2111eb9016 /testiso | |
parent | 93a6284c32ff45605ad3f4e340528ead828bdda2 (diff) | |
download | archiso32-77305eb4d82e953fd5d1c41bd02ac061bc579591.tar.xz |
git-svn-id: http://phraktured.net/archiso@9 00a9fe69-e71b-0410-bb23-df0e5024db41
Diffstat (limited to 'testiso')
-rw-r--r-- | testiso | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh
+
+if [ $# -ne 1 ]; then
+ echo "usage: testiso <iso name>"
+fi
+qemu -boot d -kernel-kqemu -cdrom "${1}"
|