From 4a9392f5a3295b900eebc81fd6fd64a8029525df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 17 Nov 2006 11:08:32 +0000 Subject: Improve the qemu scripts and documentation (qemux86 support isn't complete yet) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@867 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/qemu/qemu-nfs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 scripts/qemu/qemu-nfs (limited to 'scripts/qemu/qemu-nfs') diff --git a/scripts/qemu/qemu-nfs b/scripts/qemu/qemu-nfs deleted file mode 100755 index 503aaa2e02..0000000000 --- a/scripts/qemu/qemu-nfs +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -if [ -z "$QEMU_MEMORY" ] -then -QEMU_MEMORY="64M" -fi - -# New command-line for versatile/PB -dd if=/dev/zero of=/tmp/blank bs=1024 count=8192 -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" -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=./qemu-ifup -M versatilepb -hda /tmp/blank -rm /tmp/blank - -# Old command-line for versatile/CP -#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 -- cgit v1.2.3-54-g00ecf