[systemd-devel] [PATCH] Clarify man page with respect to automatic fstab dependencies.
Bill Nottingham
notting at redhat.com
Fri Feb 3 14:03:06 PST 2012
Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.
Signed-off-by: Bill Nottingham <notting at redhat.com>
---
man/systemd.mount.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index d397c89..8470ed4 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -110,9 +110,10 @@
few special mount options are understood by systemd
which influence how dependencies are created for mount
points from <filename>/etc/fstab</filename>. If
- <option>comment=systemd.mount</option> is specified as
- mount option, then systemd will create a dependency of
- type <option>Wants</option> from either
+ <option>MountAuto=yes</option> is set in system.conf,
+ or if<option>comment=systemd.mount</option> is specified as
+ mount option, then systemd will create
+ a dependency of type <option>Wants</option> from either
<filename>local-fs.target</filename> or
<filename>remote-fs.target</filename>, depending
whether the file system is local or remote. If
--
1.7.7.6
More information about the systemd-devel
mailing list