Files
poky/scripts/qemu/qemu-nfs
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

272 B
Executable File

#!/bin/sh

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

qemu-system-arm -kernel $1 -append "root=/dev/nfs nfsroot=192.168.7.1:/srv/qemuarm rw ip=192.168.7.2::192.168.7.1:255.255.255.0 mem=$QEMU_MEMORY" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup