From 311f38c0bb3fc81fbebc354dba27fc2705cf2f00 Mon Sep 17 00:00:00 2001 From: kraai Date: Thu, 9 Aug 2001 21:07:10 +0000 Subject: Remind people to enable RPC support when using NFS mount and uClibc (thanks to David Douthitt). git-svn-id: svn://busybox.net/trunk/busybox@3234 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.h b/Config.h index 1e9e5500c..e6f5315f2 100644 --- a/Config.h +++ b/Config.h @@ -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 -- cgit v1.2.3-55-g6feb