diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:33:32 +0000 |
commit | 8bb05ac73a5b448b339ce0bc8d396c82c459b47f (patch) | |
tree | 1fdda006866bca20d41cb206767ea5241e36852f /disk-utils/fsck.8 | |
parent | Adding debian version 2.39.3-11. (diff) | |
download | util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.tar.xz util-linux-8bb05ac73a5b448b339ce0bc8d396c82c459b47f.zip |
Merging upstream version 2.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'disk-utils/fsck.8')
-rw-r--r-- | disk-utils/fsck.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/disk-utils/fsck.8 b/disk-utils/fsck.8 index 1cb3992..07f8771 100644 --- a/disk-utils/fsck.8 +++ b/disk-utils/fsck.8 @@ -2,12 +2,12 @@ .\" Title: fsck .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 -.\" Date: 2023-11-21 +.\" Date: 2024-03-20 .\" Manual: System Administration -.\" Source: util-linux 2.39.3 +.\" Source: util-linux 2.40 .\" Language: English .\" -.TH "FSCK" "8" "2023-11-21" "util\-linux 2.39.3" "System Administration" +.TH "FSCK" "8" "2024-03-20" "util\-linux 2.40" "System Administration" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -223,6 +223,11 @@ enables libmount debug output. .SH "FILES" .sp \fI/etc/fstab\fP +.SH "NOTES" +.sp +During boot, \fBsystemd\fP does not invoke \fBfsck \-A\fP. Instead, it schedules the activation +of mounts individually, taking into account dependencies on backing devices, networking, +and other factors. Consequently, \fBfsck\fP is called individually for each device. .SH "AUTHORS" .sp .MTO "tytso\(atmit.edu>" "Theodore Ts\(cqo" "," |