]> code.ossystems Code Review - openembedded-core.git/commit
Allow user mode NFS server to run without rpcbind / portmap
authorJason Wessel <jason.wessel@windriver.com>
Wed, 5 Oct 2011 15:26:30 +0000 (10:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:06 +0000 (16:27 +0000)
commit13899c6cd44a618276e1b8d236187eddcb98bc2c
treea89547c58a121c601c25f2e9029b14dac12d05c5
parentd46496b814b9a75523b337202d53c2c6c198566b
Allow user mode NFS server to run without rpcbind / portmap

and nfsroot mount without the need to talk to an RPC info
server as long as the port numbers for mountd and nfsd
are known in advance.

This patch updates the qemu startup scripts and the
user mode NFS server to have the ability to start
without the need to use rpcbind or portmap services.

(From OE-Core rev: 3b1346c607c41a2d592c48594457c32153cb2314)

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/unfs-server/unfs-server-2.1+2.2beta47/023-no-rpc-register.patch [new file with mode: 0644]
meta/recipes-devtools/unfs-server/unfs-server_2.1+2.2beta47.bb
scripts/runqemu-export-rootfs
scripts/runqemu-internal