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