Move patch management suggestion

This commit is contained in:
puneetse
2019-02-05 14:18:40 -08:00
parent b7d6154805
commit 76166d83e9
@@ -186,11 +186,6 @@ eventually merged with the main :file:`.config`.
make config
If you have a large number of patches or a more complex workflow,
consider using a patch management tool in addition to Git such as
`Quilt`_.
Modify kernel source code
=========================
@@ -198,6 +193,11 @@ Modify kernel source code
Changes to kernel code are applied with patch files. Patch files are
formatted git commits that can be applied to the main source code.
If you have a large number of patches or a more complex workflow,
consider using a patch management tool in addition to Git such as
`Quilt`_.
#. Clone the linux kernel source code into a new working directory
.. code-block:: bash
@@ -291,7 +291,7 @@ formatted git commits that can be applied to the main source code.
Build and install the kernel
============================
****************************
After changes have been made to the kernel SPEC file and config file,
the kernel is ready to be compiled and packaged into a RPM.