From 72ebbf3450340338d71ea2039dfb296bc1d595db Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 25 Dec 2013 23:20:57 -0500 Subject: man: document fail/nofail, auto/noauto Also s/filesystem/file system/ in a few places. --- man/systemd.mount.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'man/systemd.mount.xml') diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index b181949b13..657cf11be3 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 -- cgit v1.2.3-54-g00ecf