diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-fsck@.service.xml | 3 | ||||
-rw-r--r-- | man/systemd-fstab-generator.xml | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index e934352f19..17bd1c027b 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -62,7 +62,8 @@ system check. <filename>systemd-fsck-root.service</filename> is responsible for file system checks on the root - file system.</para> + file system. The root file system check is performed + before the other file systems.</para> <para><filename>systemd-fsck</filename> will forward file system checking progress to the diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml index 9ca16c7ea1..740db8fddb 100644 --- a/man/systemd-fstab-generator.xml +++ b/man/systemd-fstab-generator.xml @@ -61,6 +61,11 @@ reloaded. This will instantiate mount and swap units as necessary.</para> + <para>The <term><varname>passno</varname></term> field + is treated like a simlpe boolean, and the ordering information + is discarded. However, the root filesystem is checked + before all the other filesystems.</para> + <para>See <citerefentry><refentrytitle>systemd.mount</refentrytitle><manvolnum>5</manvolnum></citerefentry> and |