summaryrefslogtreecommitdiffstats
path: root/install/fsck
diff options
context:
space:
mode:
Diffstat (limited to 'install/fsck')
-rw-r--r--install/fsck4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/fsck b/install/fsck
index e8b5ea3..dde219a 100644
--- a/install/fsck
+++ b/install/fsck
@@ -41,6 +41,10 @@ operation on the root device prior to mounting. If the autodetect hook is used,
only the fsck helper specific to your filesystem will be added to the image. It
is highly recommended that if you include this hook that you also include any
necessary modules to ensure your keyboard will work in early userspace.
+
+To control the behavior of fsck on bootup, fsck.mode=force can be passed on
+the kernel command line to insist on running a full filesystem check. Similarly
+fsck.mode=skip can be passed to cause fsck not to run at all.
HELPEOF
}