diff options
author | Matt Kraai <kraai@debian.org> | 2001-08-09 21:07:10 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-08-09 21:07:10 +0000 |
commit | 6c4250c0dc154cf52b49246c6b6489f5059d4192 (patch) | |
tree | dd916c68753ac042f6fa4da42deb081ba97f4056 | |
parent | d0b5be6da872097f46d66b21ec9557c264c7966a (diff) | |
download | busybox-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.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 |