poky/scripts/qemu/qemu-ext2
Matthew Allum 6527a79616 Add qemu-ext2 script and new notes to README
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@678 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29 22:16:35 +00:00

216 B
Executable File

#!/bin/sh

if [ -z "$QEMU_MEMORY" ] then QEMU_MEMORY="64M" fi

qemu-system-arm -kernel $1 -append "root=/dev/sda mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda $2