diff options
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) | |
download | archiso32-56fceb1c113b01625392c5cf5d2d521080ce0a3b.tar.xz |
testiso: use 256 megs of RAM
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'testiso')
-rwxr-xr-x | testiso | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |