From: Lennart Poettering Date: Thu, 16 Nov 2017 03:05:15 +0000 (+0100) Subject: man: document that noauto doesn't affect automount units configured through /etc... X-Git-Tag: v236~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c08bc7f097a5a836ec946aba1d19660fbc80997;p=thirdparty%2Fsystemd.git man: document that noauto doesn't affect automount units configured through /etc/fstab (#7350) Fixes: #6937 --- diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 58cdb547ea8..94d657499e6 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.