1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-27 07:27:12 +00:00
Files
poky/scripts/qemu/qemu-ext2
T
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

8 lines
216 B
Bash
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