summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-05-07 01:24:35 +0200
committerDave Reisner <dreisner@archlinux.org>2012-05-16 23:55:54 +0200
commit0778982e386d15e381b8f7dddd2a2bd68e78236c (patch)
tree8acc27f7fa09c8db374f933eb70d2b4332050dda /install
parentac88b257483372e709baac83066704b8fb484504 (diff)
downloadmkinitcpio-0778982e386d15e381b8f7dddd2a2bd68e78236c.tar.gz
mkinitcpio-0778982e386d15e381b8f7dddd2a2bd68e78236c.tar.xz
document special kernel cmdline parameters
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'install')
-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
}