summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2019-05-11 08:17:27 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2019-05-11 08:17:27 +0200
commitf4378e08e859b69c65ddecca8c860db9d9f67131 (patch)
tree8d9685208820449179e55a6c0b4f8772e02f74f9 /README.txt
parent45b5f6d3056805626154f40d9dfc6d43bf43e936 (diff)
parent46d554b218abd67b9670498cf54cac499c9f826d (diff)
downloadkernel-f4378e08e859b69c65ddecca8c860db9d9f67131.tar.gz
kernel-f4378e08e859b69c65ddecca8c860db9d9f67131.tar.xz
kernel-f4378e08e859b69c65ddecca8c860db9d9f67131.zip
merge origin
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index f0a42351c..c64729edf 100644
--- a/README.txt
+++ b/README.txt
@@ -21,14 +21,14 @@ As an added bonus, doing a diff between the clean tree and the symlink
tree is slightly faster than it would be doing two proper copies of the tree.
-build logs.
+Build logs.
-----------
There's a convenience helper script in scripts/grab-logs.sh
that will grab the build logs from koji for the kernel version reported
by make verrel
-config heirarchy.
+Config hierarchy.
-----------------
Instead of having to maintain a config file for every arch variant we build on,
the kernel spec uses a nested system of configs. Each option CONFIG_FOO is
@@ -55,7 +55,7 @@ echo "CONFIG_XYZ321=m" > configs/base-generic/x86/CONFIG_XYZ321
The file config_generation gives a listing of what folders go into each
config file generated.
-debug options.
+Debug options.
--------------
This is a little complicated, as the purpose & meaning of this changes
depending on where we are in the release cycle.