From f1d038810377a9f81fc2556205299af04562dbff Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" <4c0e8e88@tm.wgz.org> Date: Wed, 20 Feb 2019 19:18:09 +0000 Subject: [PATCH 1/2] Fix typo pointed out 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 b992839a..a2bab4a0 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -181,7 +181,7 @@ After the kernel sources have been obtained, customizations to the kernel configuration or source code can be made for inclusion with the kernel build. -These customizations are option optional. +These customizations are optional. Modify kernel configuration From d0b8da5b62ca168ea97286b15fc702fae8497342 Mon Sep 17 00:00:00 2001 From: "Brett T. Warden" <4c0e8e88@tm.wgz.org> Date: Wed, 20 Feb 2019 19:18:37 +0000 Subject: [PATCH 2/2] Fix typo pointed out 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 a2bab4a0..bd76a13d 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -360,7 +360,7 @@ Modify kernel boot parameters The kernel boot options are passed from the bootloader to the kernel with command-line parameters. -While temporarily changes can be made to kernel parameters on a running +While temporary changes can be made to kernel parameters on a running system or on a during boot, you can also modify the default parameters that are persistent and distributed with a customized kernel.