projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b5be6
)
Remind people to enable RPC support when using NFS mount and uClibc (thanks
author
Matt Kraai
<kraai@debian.org>
Thu, 9 Aug 2001 21:07:10 +0000
(21:07 -0000)
committer
Matt Kraai
<kraai@debian.org>
Thu, 9 Aug 2001 21:07:10 +0000
(21:07 -0000)
to David Douthitt).
Config.h
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index 1e9e5500ca7bb4507b6ed8d7ee5b1678dcf449fa..e6f5315f224fdd34f6b90e1e41df08ff6a5f0bf8 100644
(file)
--- 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