[systemd-commits] man/systemd.mount.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Feb 9 11:05:10 PST 2012
man/systemd.mount.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 54f5e17193a6837c1b2d59abcd4f84ec61069f33
Author: Bill Nottingham <notting at redhat.com>
Date: Thu Feb 9 20:04:38 2012 +0100
man: Clarify man page with respect to automatic fstab dependencies
Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
regardless of whether comment=systemd.mount is set.
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
index 1986784..8f1cc51 100644
--- a/man/systemd.mount.xml
+++ b/man/systemd.mount.xml
@@ -110,9 +110,11 @@
few special mount options are understood by systemd
which influence how dependencies are created for mount
points from <filename>/etc/fstab</filename>. If
- <option>x-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
+ <filename>system.conf</filename> (which is the
+ default), or if <option>x-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
More information about the systemd-commits
mailing list