From 63b03c0b2889dd490b3511f12f00268c154a655c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 30 Jun 2014 09:27:16 -0400 Subject: man: mention that x-systemd.device-timeout is only for fstab Reformat fstab options description. Now they are easier to read and show up in systemd.directives(7). Use a single sublist for both /etc/fstab and /etc/crypttab options. Many of them can be used in both places. crypttab(5) is updated to use the same docbook elements, so formatting is uniform. --- man/systemd.mount.xml | 94 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 63 insertions(+), 31 deletions(-) (limited to 'man/systemd.mount.xml') diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 126b75cb19..34a1ac8555 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -144,38 +144,70 @@ which influence how dependencies are created for mount points from /etc/fstab. systemd will create a dependency of type - from either - local-fs.target or + or + (see option below), from + either local-fs.target or remote-fs.target, depending - whether the file system is local or remote. If - is set, an - automount unit will be created for the file - system. See - systemd.automount5 - for details. If - is - specified, it may be used to configure how long systemd - should wait for a device to show up before giving up - on an entry from - /etc/fstab. Specify a time in - seconds or explicitly specify a unit as - 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. + whether the file system is local or remote. + + + + + + + An automount unit will be created + for the file system. See + systemd.automount5 + for details. + + + + + + Configure how long systemd should + wait for a device to show up before giving up on + an entry from + /etc/fstab. Specify a time in + seconds or explicitly append a unit as + s, min, + h, + ms. + + Note that this option can only be used in + /etc/fstab, and will be + ignored when part of Options= + setting in a unit file. + + + + + + + + With 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. + + + + + + + + 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. + + + If a mount point is configured in both /etc/fstab and a unit file that -- cgit v1.2.3-54-g00ecf