summaryrefslogtreecommitdiff
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-w32-6c4250c0dc154cf52b49246c6b6489f5059d4192.tar.gz
busybox-w32-6c4250c0dc154cf52b49246c6b6489f5059d4192.tar.bz2
busybox-w32-6c4250c0dc154cf52b49246c6b6489f5059d4192.zip
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 @@
239// Enable support for mounting remote NFS volumes. 239// Enable support for mounting remote NFS volumes.
240// You may need to mount with "-o nolock" if you are 240// You may need to mount with "-o nolock" if you are
241// not running a local portmapper daemon... 241// not running a local portmapper daemon...
242//
243// If you are using uClibc, be sure that you've already compiled
244// uClibc with INCLUDE_RPC=true (contained in the Config file)
242//#define BB_FEATURE_NFSMOUNT 245//#define BB_FEATURE_NFSMOUNT
243// 246//
244// Enable support forced filesystem unmounting 247// Enable support forced filesystem unmounting