Michal Schmidt 7a876f
From bf3f210997575b700020ce1e209282fb75de5a65 Mon Sep 17 00:00:00 2001
Michal Schmidt 7a876f
From: Bill Nottingham <notting@redhat.com>
Michal Schmidt 7a876f
Date: Thu, 9 Feb 2012 20:04:38 +0100
Michal Schmidt 7a876f
Subject: [PATCH] man: Clarify man page with respect to automatic fstab
Michal Schmidt 7a876f
 dependencies
Michal Schmidt 7a876f
Michal Schmidt 7a876f
Automatic mounts will be added if 'MountAuto=yes' is in system.conf,
Michal Schmidt 7a876f
regardless of whether comment=systemd.mount is set.
Michal Schmidt 7a876f
(cherry picked from commit 54f5e17193a6837c1b2d59abcd4f84ec61069f33)
Michal Schmidt 7a876f
---
Michal Schmidt 7a876f
 man/systemd.mount.xml |    8 +++++---
Michal Schmidt 7a876f
 1 files changed, 5 insertions(+), 3 deletions(-)
Michal Schmidt 7a876f
Michal Schmidt 7a876f
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml
Michal Schmidt 7a876f
index 1986784..8f1cc51 100644
Michal Schmidt 7a876f
--- a/man/systemd.mount.xml
Michal Schmidt 7a876f
+++ b/man/systemd.mount.xml
Michal Schmidt 7a876f
@@ -110,9 +110,11 @@
Michal Schmidt 7a876f
                 few special mount options are understood by systemd
Michal Schmidt 7a876f
                 which influence how dependencies are created for mount
Michal Schmidt 7a876f
                 points from <filename>/etc/fstab</filename>. If
Michal Schmidt 7a876f
-                <option>x-systemd.mount</option> is specified as mount
Michal Schmidt 7a876f
-                option, then systemd will create a dependency of type
Michal Schmidt 7a876f
-                <option>Wants</option> from either
Michal Schmidt 7a876f
+                <option>MountAuto=yes</option> is set in
Michal Schmidt 7a876f
+                <filename>system.conf</filename> (which is the
Michal Schmidt 7a876f
+                default), or if <option>x-systemd.mount</option> is
Michal Schmidt 7a876f
+                specified as mount option, then systemd will create a
Michal Schmidt 7a876f
+                dependency of type <option>Wants</option> from either
Michal Schmidt 7a876f
                 <filename>local-fs.target</filename> or
Michal Schmidt 7a876f
                 <filename>remote-fs.target</filename>, depending
Michal Schmidt 7a876f
                 whether the file system is local or remote. If