From 0778982e386d15e381b8f7dddd2a2bd68e78236c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 6 May 2012 19:24:35 -0400 Subject: document special kernel cmdline parameters Signed-off-by: Dave Reisner --- install/fsck | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install') 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 } -- cgit v1.2.3-24-g4f1b