X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=6d8eae6a934898e67904aa3b96d6fdda6fbbddf8;hb=82b1412852b70d240a2a7b6ffd134776bd246642;hp=34a1ac8555bfe1c9e5e69bd04d809d36a3de6eaf;hpb=63b03c0b2889dd490b3511f12f00268c154a655c;p=elogind.git diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 34a1ac855..6d8eae6a9 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -111,7 +111,7 @@ monitored by systemd and appear like any other mount unit in systemd. See /proc/self/mountinfo description - in proc5. + in proc5. Some file systems have special semantics as API @@ -124,7 +124,7 @@ - <filename>/etc/fstab</filename> + <filename>fstab</filename> Mount units may either be configured via unit files, or via /etc/fstab (see @@ -142,8 +142,7 @@ When reading /etc/fstab a few special mount options are understood by systemd which influence how dependencies are created for mount - points from /etc/fstab. systemd - will create a dependency of type + points. systemd will create a dependency of type or (see option below), from either local-fs.target or @@ -180,13 +179,29 @@ + + + + + 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. Option has the + opposite meaning and is the default. + + + With this - mount will be only wanted, not required, by the - local-fs.target. This means + mount will be only wanted, not required, by + local-fs.target or + remote-fs.target. This means that the boot will continue even if this mount point is not mounted successfully. Option has the opposite meaning and @@ -195,17 +210,14 @@ - - - - With , this - mount will not be added as a dependency for - local-fs.target. This means - that it will not be mounted automatically during - boot, unless it is pulled in by some other - unit. Option has the - opposite meaning and is the default. - + + + An additional filesystem to be + mounted in the initramfs. See + initrd-fs.target description + in + systemd.special7. + @@ -341,14 +353,14 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5, systemd.resource-control5, systemd.service5, systemd.device5, - proc5, + proc5, mount8, systemd-fstab-generator8, systemd.directives7