mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
man: document that noauto doesn't affect automount units configured through /etc/fstab (#7350)
Fixes: #6937
This commit is contained in:
parent
3e54b900e6
commit
0c08bc7f09
@ -336,13 +336,12 @@
|
||||
<term><option>noauto</option></term>
|
||||
<term><option>auto</option></term>
|
||||
|
||||
<listitem><para>With <option>noauto</option>, this mount will
|
||||
not be added as a dependency for
|
||||
<filename>local-fs.target</filename> or
|
||||
<filename>remote-fs.target</filename>. This means that it will
|
||||
not be mounted automatically during boot, unless it is pulled
|
||||
in by some other unit. The <option>auto</option> option has the
|
||||
opposite meaning and is the default.</para>
|
||||
<listitem><para>With <option>noauto</option>, the mount unit will not be added as a dependency for
|
||||
<filename>local-fs.target</filename> or <filename>remote-fs.target</filename>. This means that it will not be
|
||||
mounted automatically during boot, unless it is pulled in by some other unit. The <option>auto</option> option
|
||||
has the opposite meaning and is the default. Note that the <option>noauto</option> option has an effect on the
|
||||
mount unit itself only — if <option>x-systemd.automount</option> is used (see above), then the matching
|
||||
automount unit will still be pulled in by these targets.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user