chiark / gitweb /
man: document fail/nofail, auto/noauto
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 Dec 2013 04:20:57 +0000 (23:20 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 26 Dec 2013 04:22:05 +0000 (23:22 -0500)
Also s/filesystem/file system/ in a few places.

TODO
man/systemd-fsck@.service.xml
man/systemd-fstab-generator.xml
man/systemd-halt.service.xml
man/systemd.mount.xml
man/systemd.unit.xml
man/udevadm.xml

diff --git a/TODO b/TODO
index 0069a924133f9d294835f0197af982d6748ff6b9..e63463923d8abb9d2fbbecd1f44a250a22f38333 100644 (file)
--- a/TODO
+++ b/TODO
@@ -101,8 +101,6 @@ Features:
   Maybe take a BSD lock at the disk device node and teach udev to
   check for that and suppress event handling.
 
-* document logic of auto/noauto and fail/nofail in fstab in systemd.mount or systemd-fstab-generator man page
-
 * something pulls in pcre as shared object dependency into our daemons such as hostnamed.
 
 * allow implementation of InaccessibleDirectories=/ plus
index 811392b19ad0853254148fba1a8da72b647550a1..c653dc59d4ba784e32d8acaf732ef846234ec065 100644 (file)
@@ -65,7 +65,7 @@
                 file system. The root file system check is performed
                 before the other file systems. Either service is enabled
                 at boot if passno in <filename>/etc/fstab</filename> for
-                the filesystem is set to a value greater than zero.</para>
+                the file system is set to a value greater than zero.</para>
 
                 <para><filename>systemd-fsck</filename> will
                 forward file system checking progress to the
index 8996686e7a51be74a3e0a22f06347f9ea38f946a..e3cf5d2bfb56d15ac836f4c3bac6b05750b11ea5 100644 (file)
                 reloaded. This will instantiate mount and swap units
                 as necessary.</para>
 
-                <para>The <varname>passno</varname> field
-                is treated like a simple boolean, and the ordering information
-                is discarded. However, the root filesystem is checked
-                before all the other filesystems.</para>
+                <para>The <varname>passno</varname> field is treated
+                like a simple boolean, and the ordering information is
+                discarded. However, if the root file system is
+                checked, it is checked before all the other
+                file systems.</para>
 
                 <para>See
                 <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry>
index a39253d8c070592f5630b30e61cc1bcc95270ed8..552dbdf687a38ab001e8a425f9a5b39f42c5a8c9 100644 (file)
@@ -86,7 +86,7 @@
                 <para>It is necessary to have this code in a separate binary
                 because otherwise rebooting after an upgrade might be broken —
                 the running PID 1 could still depend on libraries which are not
-                available any more, thus keeping the filesystem busy, which
+                available any more, thus keeping the file system busy, which
                 then cannot be re-mounted read-only.</para>
 
                 <para>Immediately before executing the actual system
index b181949b13d96efcbf4df54d7d6bf7f5b6be285a..657cf11be36bcc0ae056cba23f7f97717718d8c3 100644 (file)
                 for details). Mounts listed in
                 <filename>/etc/fstab</filename> 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
+                <filename>/etc/fstab</filename> is the preferred
+                approach. See
                 <citerefentry><refentrytitle>systemd-fstab-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>
                 for details about the conversion.</para>
 
                 <literal>s</literal>, <literal>min</literal>,
                 <literal>h</literal>, <literal>ms</literal>.</para>
 
+                <para>If <option>nofail</option> is given, this mount
+                will be only wanted, not required, by the
+                <filename>local-fs.target</filename>. This means that
+                the boot will continue even if this mount point is not
+                mounted successfully. Option <option>fail</option> has
+                the opposite meaning and is the default.</para>
+
+                <para>If <option>noauto</option> is given, this mount
+                will not be added as a dependency for
+                <filename>local-fs.target</filename>. This means that
+                it will not be mounted automatically during boot,
+                unless it is pulled in by some other unit. Option
+                <option>auto</option> has the opposite meaning and is
+                the default.</para>
+
                 <para>If a mount point is configured in both
                 <filename>/etc/fstab</filename> and a unit file that
                 is stored below <filename>/usr</filename>, the former
index 487827cdde93d200e5828837b24ebb22d97c3988..2a965f5a1ca57520aeabcd20a4f2bc61d95839fc 100644 (file)
                 multiple units from a single configuration file. If
                 systemd looks for a unit configuration file, it will
                 first search for the literal unit name in the
-                filesystem. If that yields no success and the unit
+                file system. If that yields no success and the unit
                 name contains an <literal>@</literal> character, systemd will look for a
                 unit template that shares the same name but with the
                 instance string (i.e. the part between the <literal>@</literal> character
index 6fc4e8d50c3cf1265c39bcae833539e056d06bc2..f5aafe50ba71c8d3499aecf00105fc5b9712394a 100644 (file)
           <term><option>-r</option></term>
           <term><option>--root=<replaceable>string</replaceable></option></term>
           <listitem>
-            <para>Alternative root path in the filesystem for reading and writing files.</para>
+            <para>Alternative root path in the file system for reading and writing files.</para>
           </listitem>
         </varlistentry>
         <varlistentry>