Skip to content
Snippets Groups Projects
Commit 9ebb71f7 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon:
Browse files

doc: use code-block in pstore.rst


Use syntax highlighting for a Linux console session.

Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent d2472ded
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,9 @@ Generate kernel crash
~~~~~~~~~~~~~~~~~~~~~
For test purpose, you can generate a kernel crash by setting reboot timeout to
10 seconds and trigger a panic::
10 seconds and trigger a panic
.. code-block:: console
$ sudo sh -c "echo 1 > /proc/sys/kernel/sysrq"
$ sudo sh -c "echo 10 > /proc/sys/kernel/panic"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment