mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
man/systemd-fsck@.service: clarify passno and noauto combination in /etc/fstab
Fixes #28657 (cherry picked from commit000680a68d
) (cherry picked from commit9c1b5911af
) (cherry picked from commitaf6c953148
)
This commit is contained in:
parent
2adcfe6d11
commit
1db9a188e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user