diff options
author | Christoph Hellwig <hch@lst.de> | 2020-10-16 16:20:40 +0300 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2020-12-01 22:32:55 +0300 |
commit | 45a8af4412b1143760cbc7255b8c53271df89ed7 (patch) | |
tree | 5bad9650e62fe94e33ca01664adbe9ae19c102b6 /Documentation/admin-guide/pstore-blk.rst | |
parent | cbf82e35031b135928f36e72c6d166e935530b6a (diff) | |
download | linux-45a8af4412b1143760cbc7255b8c53271df89ed7.tar.xz |
pstore/blk: update the command line example
Use the human readable device name instead of the device number, and
add the required best_effort parameter.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: WeiXiong Liao <gmpy.liaowx@gmail.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20201016132047.3068029-3-hch@lst.de
Diffstat (limited to 'Documentation/admin-guide/pstore-blk.rst')
-rw-r--r-- | Documentation/admin-guide/pstore-blk.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/pstore-blk.rst b/Documentation/admin-guide/pstore-blk.rst index 6898aba9fb5c..83543cb3daa1 100644 --- a/Documentation/admin-guide/pstore-blk.rst +++ b/Documentation/admin-guide/pstore-blk.rst @@ -35,7 +35,7 @@ module parameters have priority over Kconfig. Here is an example for module parameters:: - pstore_blk.blkdev=179:7 pstore_blk.kmsg_size=64 + pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y The detail of each configurations may be of interest to you. |