diff options
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/Config.in | 6 |
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 | ||
| 460 | endmenu | 464 | endmenu |
| 461 | 465 | ||
