From 31f507e2917e00b8e3a124ef0c0b06e2b9c18b8a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Nov 2006 12:00:47 +0000 Subject: runqemu: Use different nfs paths for qemuarm and qemux86 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@878 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/runqemu.README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts/runqemu.README') diff --git a/scripts/runqemu.README b/scripts/runqemu.README index 713e273946..2f68b85cb8 100644 --- a/scripts/runqemu.README +++ b/scripts/runqemu.README @@ -24,24 +24,26 @@ As root; % apt-get install nfs-kernel-server -% mkdir /srv/qemuarm +% mkdir /srv/nfs/qemuarm Edit via /etc/exports : # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5). -/srv/qemuarm 192.168.7.2(rw,no_root_squash) +/srv/nfs/qemuarm 192.168.7.2(rw,no_root_squash) % /etc/init.d/nfs-kernel-server restart % modprobe tun -untar build/tmp/deploy/images/.rootfs.tar.bz2 into /srv/qemuarm +untar build/tmp/deploy/images/.rootfs.tar.bz2 into /srv/nfs/qemuarm Finally, launch: % runqemu nfs +(Substitute qemux86 for qemuarm when using qemux86) + Notes ===== -- cgit v1.2.3-54-g00ecf