From 6c900602eb884115ae343b922a13bbbff8f230ce Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Fri, 16 Nov 2018 10:22:35 -0800 Subject: [PATCH] Add a sentence to end of intro Add a sentence to end of intro to complete describe the contents of te doucment and better transition --- source/clear-linux/guides/maintenance/kernel-modules.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/guides/maintenance/kernel-modules.rst b/source/clear-linux/guides/maintenance/kernel-modules.rst index 94a7842e..92623caf 100644 --- a/source/clear-linux/guides/maintenance/kernel-modules.rst +++ b/source/clear-linux/guides/maintenance/kernel-modules.rst @@ -7,10 +7,13 @@ into the Linux kernel to add functionality, such as a hardware driver. Kernel modules may already be part of the Linux source tree (in-tree) or may come from an external source, such as a directly from vendor (out-of-tree). -In many cases kernel modules are already available through |CL|. +In many cases kernel modules are already available through |CL-ATTR|. In other cases, a kernel module may not exist but can be requested to be enabled in the |CL| kernel. Finally, a situation may call for manually building and loading out-of-tree kernel modules. +The document will describe evaluating each of these scenarios. + + .. contents:: :local: :depth: 2