From 4a6dcbdd0ecfa339bb9b45b50fb66373f72ffda0 Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" <4c0e8e88@tm.wgz.org> Date: Fri, 8 Feb 2019 18:46:14 +0000 Subject: [PATCH 1/2] Fix missing word by @bwarden Co-Authored-By: puneetse <22071208+puneetse@users.noreply.github.com> --- source/clear-linux/guides/maintenance/kernel-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index df1c95bc..4c157781 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -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: From d4533e5f2316996a53b5161f7129767c3b812a90 Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" <4c0e8e88@tm.wgz.org> Date: Fri, 8 Feb 2019 19:15:21 +0000 Subject: [PATCH 2/2] Fix a to an by @bwarden Co-Authored-By: puneetse <22071208+puneetse@users.noreply.github.com> --- source/clear-linux/guides/maintenance/kernel-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index 4c157781..4be4080f 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -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.