index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-10-24 21:18:24 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-24 21:18:24 -0500 |
commit | 56fceb1c113b01625392c5cf5d2d521080ce0a3b (patch) | |
tree | b5f07973113ea137bc20315154014983efef2bd5 /testiso | |
parent | 1f1bbd1716827a67ca8a9a0b1b3951d15dc1faa0 (diff) |
-rwxr-xr-x | testiso | 2 |
@@ -4,4 +4,4 @@ if [ $# -ne 1 ]; then echo "usage: testiso <iso name>" exit 1 fi -qemu -boot d -kernel-kqemu -cdrom "${1}" +qemu -boot d -kernel-kqemu -m 256 -cdrom "${1}" |