From 0c08bc7f097a5a836ec946aba1d19660fbc80997 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Nov 2017 04:05:15 +0100 Subject: [PATCH] man: document that noauto doesn't affect automount units configured through /etc/fstab (#7350) Fixes: #6937 --- man/systemd.mount.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 58cdb547ea..94d657499e 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -336,13 +336,12 @@ - With , this mount will - not be added as a dependency for - local-fs.target or - remote-fs.target. This means that it will - not be mounted automatically during boot, unless it is pulled - in by some other unit. The option has the - opposite meaning and is the default. + With , the mount unit will not be added as a dependency for + local-fs.target or remote-fs.target. This means that it will not be + mounted automatically during boot, unless it is pulled in by some other unit. The option + has the opposite meaning and is the default. Note that the option has an effect on the + mount unit itself only — if is used (see above), then the matching + automount unit will still be pulled in by these targets.