diff options
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}"
|
index : archiso32 | ||
Fork of archiso from archlinux.org which still includes 32-bit in the cd |
summaryrefslogtreecommitdiff |