diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2023-08-04 11:16:02 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-08-04 12:33:18 +0200 |
commit | 000680a68dbdb07d77807868df0b4f978180e4cd (patch) | |
tree | 89969eed72884c4b7c8788fb85133cb76b2c3240 | |
parent | debug-generator: Use generator_add_symlink() (diff) | |
download | systemd-000680a68dbdb07d77807868df0b4f978180e4cd.tar.xz systemd-000680a68dbdb07d77807868df0b4f978180e4cd.zip |
man/systemd-fsck@.service: clarify passno and noauto combination in /etc/fstab
Fixes #28657
-rw-r--r-- | man/systemd-fsck@.service.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/man/systemd-fsck@.service.xml b/man/systemd-fsck@.service.xml index 403286829e..45104bb12a 100644 --- a/man/systemd-fsck@.service.xml +++ b/man/systemd-fsck@.service.xml @@ -41,12 +41,11 @@ filesystem was not checked in the initrd. <filename>systemd-fsck@.service</filename> is used for all other file systems and for the root file system in the initrd.</para> - <para>These services are started at boot if - <option>passno</option> in <filename>/etc/fstab</filename> for the - file system is set to a value greater than zero. The file system - check for root is performed before the other file systems. Other - file systems may be checked in parallel, except when they are on - the same rotating disk.</para> + <para>These services are started at boot if <option>passno</option> in <filename>/etc/fstab</filename> + for the file system is set to a value greater than zero, but only if it is also configured to be + mounted at boot (i.e. without <literal>noauto</literal> option). The file system check for root is + performed before the other file systems. Other file systems may be checked in parallel, except when + they are on the same rotating disk.</para> <para><filename>systemd-fsck</filename> does not know any details about specific filesystems, and simply executes file system |