Remind people to enable RPC support when using NFS mount and uClibc (thanks
authorMatt Kraai <kraai@debian.org>
Thu, 9 Aug 2001 21:07:10 +0000 (21:07 -0000)
committerMatt Kraai <kraai@debian.org>
Thu, 9 Aug 2001 21:07:10 +0000 (21:07 -0000)
to David Douthitt).

Config.h

index 1e9e5500ca7bb4507b6ed8d7ee5b1678dcf449fa..e6f5315f224fdd34f6b90e1e41df08ff6a5f0bf8 100644 (file)
--- a/Config.h
+++ b/Config.h
 // 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