diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/mtab | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/conf.d/mtab b/conf.d/mtab index 9e16d9b3..f58fad6c 100644 --- a/conf.d/mtab +++ b/conf.d/mtab @@ -1,5 +1,13 @@ +# As far as we are aware, there are no modern linux tools or use cases +# which require /etc/mtab to be a separate file from /proc/self/mounts, +# so this setting should be commented out. +# If it is set to yes, please comment it out and run this command: +# # rc-service mtab restart +# In the future, the mtab service will be removed since we are not aware +# of any need to manipulate /etc/mtab as a separate file from +# /proc/self/mounts. +# If you have a technical reason we should keep this support, please +# open an issue at https://github.com/openrc/openrc/issues and let us +# know about your situation. # This setting controls whether /etc/mtab is a file or symbolic link. -# Most of the time, you shouldn't touch this. However, if the default -# breaks your system in some way, please see the NEWS.md file that comes -# with OpenRC for the actions to take. # mtab_is_file=no |