aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-09 21:07:10 +0000
committerMatt Kraai <kraai@debian.org>2001-08-09 21:07:10 +0000
commit6c4250c0dc154cf52b49246c6b6489f5059d4192 (patch)
treedd916c68753ac042f6fa4da42deb081ba97f4056
parentd0b5be6da872097f46d66b21ec9557c264c7966a (diff)
downloadbusybox-6c4250c0dc154cf52b49246c6b6489f5059d4192.tar.gz
Remind people to enable RPC support when using NFS mount and uClibc (thanks
to David Douthitt).
-rw-r--r--Config.h3
1 files changed, 3 insertions, 0 deletions
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