X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.mount.xml;h=2fbad37283459d99c2e77247183e53416889628b;hp=b181949b13d96efcbf4df54d7d6bf7f5b6be285a;hb=5a85ca1cb622fda4a39c8a6f00dccea7f8a1e82a;hpb=b040723ea412209e0edf54647fa5aa4287411507 diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index b181949b1..2fbad3728 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -132,7 +132,10 @@ for details). Mounts listed in /etc/fstab will be converted into native units dynamically at boot and when the - configuration of the system manager is reloaded. See + configuration of the system manager is reloaded. In + general, configuring mount points through + /etc/fstab is the preferred + approach. See systemd-fstab-generator8 for details about the conversion. @@ -159,6 +162,21 @@ s, min, h, ms. + If is given, this mount + will be only wanted, not required, by the + local-fs.target. This means that + the boot will continue even if this mount point is not + mounted successfully. Option has + the opposite meaning and is the default. + + If is given, 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. + If a mount point is configured in both /etc/fstab and a unit file that is stored below /usr, the former @@ -232,6 +250,21 @@ setting is optional. + + SloppyOptions= + + Takes a boolean + argument. If true parsing of the + options specified in + Options= is + relaxed, and unknown mount options are + tolerated. This corresponds with + mount8's + -s + switch. Defaults to + off. + + DirectoryMode= Directories of mount