Merge branch 'add/ps-kernel-development' of https://github.com/puneetse/clear-linux-documentation into add/ps-kernel-development

This commit is contained in:
puneetse
2019-02-13 10:47:46 -08:00
@@ -7,7 +7,7 @@ This document shows how to obtain and compile a Linux kernel source
using the |CL-ATTR| development tooling.
The `kernels available in Clear Linux`_ aim to be performant and practical.
In some cases, it may be necessary modify the kernel to suit your specific
In some cases, it may be necessary to modify the kernel to suit your specific
needs or test new kernel code as a developer.
.. contents:: :local:
@@ -296,7 +296,7 @@ consider using a patch management tool in addition to Git such as
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.
the kernel is ready to be compiled and packaged into an RPM.
#. Start the compilation process by issuing the :command:`make build` command.
This process is typically resource intensive and will take a while.