aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-08 02:22:24 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-08 02:22:24 +0000
commitcdd0e57fdd99fc2a7f936089c07e1149c3ce7b1d (patch)
tree7dd2b70b2f6f5744cdd6b1518a195b594457e727
parent5a1e24115564029cee8d3e0f20b0487c7752374e (diff)
downloadbusybox-w32-cdd0e57fdd99fc2a7f936089c07e1149c3ce7b1d.tar.gz
busybox-w32-cdd0e57fdd99fc2a7f936089c07e1149c3ce7b1d.tar.bz2
busybox-w32-cdd0e57fdd99fc2a7f936089c07e1149c3ce7b1d.zip
More busting on legacy mtab support in the help text.
git-svn-id: svn://busybox.net/trunk/busybox@15029 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
455 example a mount under chroot won't update it), can't handle modern 455 example a mount under chroot won't update it), can't handle modern
456 features like separate per-process filesystem namespaces, requires 456 features like separate per-process filesystem namespaces, requires
457 that your /etc directory be writeable, tends to get easily confused 457 that your /etc directory be writeable, tends to get easily confused
458 by --bind or --move mounts, and so on. (In brief: avoid.) 458 by --bind or --move mounts, won't update if you rename a directory
459 that contains a mount point, and so on. (In brief: avoid.)
460
461 About the only reason to use this is if you've removed /proc from
462 your kernel.
459 463
460endmenu 464endmenu
461 465