Commit graph

5 commits

Author SHA1 Message Date
Jeremy Cline
c0b817b53a
Add note about compressing modules for custom kernels
The Fedora kernel specfile includes a step for compressing kernel
modules instead of having them compressed during `make modules_install`
so this particular setting is off in our configuration.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-06-18 15:22:22 -04:00
Jeremy Cline
0be84787b0
Fix up the bisect guide to be more user-friendly
For some reason starting a bisect with `git bisect start <bad> <good>`
quietly accepts invalid revisions, whereas doing it this way will cause
git to complain so the user knows they've made a mistake.

Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-06-18 15:22:18 -04:00
Jeremy Cline
8960f4c2c4
Put xconfig dependency docs with other dependencies
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-06-18 14:00:44 -04:00
Jeremy Cline
d3c0f7c0b2
Fix some typos in the kernel troubleshooting docs
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-06-18 14:00:44 -04:00
Jeremy Cline
83bfbba379
Initial documentation for the kernel
This documentation is by no means complete, but it's a place to start
for pretty user-facing documentation for the kernel in Fedora. In
addition to the basic export from the wiki, this includes various other
related articles in the wiki which I thought might be good user-facing
documentation.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
2018-04-13 16:14:34 -04:00