mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Fix some typos in the kernel troubleshooting docs
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a1ec819cf1
commit
d3c0f7c0b2
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ boot process, there may or may not be any output. Some good first steps are:
|
|||
* Add `initcall_debug` parameter, which traces the initcalls as they are
|
||||
executed.
|
||||
|
||||
* If you get no output at all from the kernel, sometimes booting with
|
||||
`earlyprintk=vga` can sometimes yield something of interest.
|
||||
* If you get no output at all from the kernel, booting with `earlyprintk=vga`
|
||||
can sometimes yield something of interest.
|
||||
|
||||
|
||||
== Hangs and freezes
|
||||
|
@ -68,7 +68,7 @@ version. The first version you find that doesn't work will be the initial "bad"
|
|||
version.
|
||||
|
||||
. Install the <<build-custom-kernel.adoc#get-the-dependencies,dependencies>>
|
||||
required to build the kernel
|
||||
required to build the kernel.
|
||||
|
||||
. Next, <<build-custom-kernel.adoc#getting-the-sources,get the source code>>.
|
||||
|
||||
|
@ -86,7 +86,7 @@ skip`.
|
|||
|
||||
. <<build-custom-kernel.adoc#installing-the-kernel,Install the kernel>>.
|
||||
|
||||
. Reboot into the new kernel and test to see if the it works.
|
||||
. Reboot into the new kernel and test to see if it works.
|
||||
|
||||
. If the new kernel works, mark it as good with `git bisect good`. Otherwise,
|
||||
mark it as bad with `git bisect bad`.
|
||||
|
|
Loading…
Reference in a new issue