diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-09 21:07:10 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-09 21:07:10 +0000 |
commit | 311f38c0bb3fc81fbebc354dba27fc2705cf2f00 (patch) | |
tree | dd916c68753ac042f6fa4da42deb081ba97f4056 | |
parent | a65ff5b3119938f49449b9d444ad77e0b341d364 (diff) | |
download | busybox-w32-311f38c0bb3fc81fbebc354dba27fc2705cf2f00.tar.gz busybox-w32-311f38c0bb3fc81fbebc354dba27fc2705cf2f00.tar.bz2 busybox-w32-311f38c0bb3fc81fbebc354dba27fc2705cf2f00.zip |
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
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |