runqemu-export-rootfs: Add HOW-TO for ubuntu 11.10 for rpcbind problem

The existing instruction to tackle
RPC: Authentication error; why = Client credential too weak
Are not applicable to ubuntu 11.10 especially

Therefore add the magic needed for ubuntu 11.10

(From OE-Core rev: faae191e8c1920745e0ea9abf7b8b26eb4561096)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-10-04 12:32:43 -07:00 committed by Richard Purdie
parent baf536c62c
commit 4d7fbeda35
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ case "$1" in
echo " echo RPCBIND_OPTIONS=-i >> /etc/sysconfig/rpcbind"
echo " /etc/init.d/rpcbind restart"
echo "==============================================="
echo "For Ubuntu 11.10 hosts"
echo "Add OPTIONS=\"-i -w\" to /etc/default/rpcbind"
echo "sudo service portmap restart"
fi
exit 1
fi