aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-08 02:22:24 +0000
committerRob Landley <rob@landley.net>2006-05-08 02:22:24 +0000
commit17507fa4c506269f169ff8e99948086ced58f89f (patch)
tree7dd2b70b2f6f5744cdd6b1518a195b594457e727 /util-linux
parent20deab0537020248d687bbffc22d1203b07519c2 (diff)
downloadbusybox-17507fa4c506269f169ff8e99948086ced58f89f.tar.gz
More busting on legacy mtab support in the help text.
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index f76f3f4c4..6bc366531 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -455,7 +455,11 @@ config CONFIG_FEATURE_MTAB_SUPPORT
example a mount under chroot won't update it), can't handle modern
features like separate per-process filesystem namespaces, requires
that your /etc directory be writeable, tends to get easily confused
- by --bind or --move mounts, and so on. (In brief: avoid.)
+ by --bind or --move mounts, won't update if you rename a directory
+ that contains a mount point, and so on. (In brief: avoid.)
+
+ About the only reason to use this is if you've removed /proc from
+ your kernel.
endmenu