mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
man/systemd-fsck@.service: clarify passno and noauto combination in /etc/fstab
Fixes #28657
This commit is contained in:
parent
bd6c95c00b
commit
000680a68d
@ -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