Remind people to enable RPC support when using NFS mount and uClibc (thanks

to David Douthitt).
This commit is contained in:
Matt Kraai 2001-08-09 21:07:10 +00:00
parent d0b5be6da8
commit 6c4250c0dc

View File

@ -239,6 +239,9 @@
// Enable support for mounting remote NFS volumes.
// You may need to mount with "-o nolock" if you are
// not running a local portmapper daemon...
//
// If you are using uClibc, be sure that you've already compiled
// uClibc with INCLUDE_RPC=true (contained in the Config file)
//#define BB_FEATURE_NFSMOUNT
//
// Enable support forced filesystem unmounting