From 92b30e53496cfe2ec2d078756f29cec311031cc3 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Fri, 9 Nov 2018 14:18:38 -0800 Subject: [PATCH] Fix typo and misc header formatting changes --- .../guides/maintenance/kernel-modules.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/clear-linux/guides/maintenance/kernel-modules.rst b/source/clear-linux/guides/maintenance/kernel-modules.rst index 1dde5a8a..8f397d34 100644 --- a/source/clear-linux/guides/maintenance/kernel-modules.rst +++ b/source/clear-linux/guides/maintenance/kernel-modules.rst @@ -25,7 +25,7 @@ security practices, see the :ref:`security` page. Check if the module is already available through Clear Linux -=========================================================== +============================================================ |CL| comes with many upstream kernel modules available for use. If you require a kernel module, be sure to check whether it is already available in |CL| first. @@ -63,17 +63,17 @@ For a more scalable and customizable approach, consider using the `mixer tool`_ to provide a custom kernel and updates. -Building modules ----------------- +Building kernel modules +----------------------- -#. From a |CL| system, ensure you are running the native kernel. - Currently only kernel-native bundle is enabled to build and load - out-of-tree modules +#. From a |CL| system, ensure you are running the *native* kernel. + Currently only the native kernel is enabled to build and load + out-of-tree modules. .. code-block:: bash $ uname -r - 4.17.YY-XXX.native + 4.XX.YY-ZZZZ.native Ensure *.native* is in the kernel name @@ -88,8 +88,8 @@ Building modules kernel module -Disable kernel and module signature verification ------------------------------------------------- +Loading kernel modules +---------------------- #. Disable Secure Boot in your BIOS or EFI you have enabled it. The loading of new out-of-tree modules modifies the signatures Secure Boot relies on for @@ -170,7 +170,7 @@ which end with the :file:`.conf` extension contain a list of module names of aliases (one per line) to load at boot. -You can find more info on module loading in the modprobe.d manual page: +You can find more info on module loading in the modules-load.d manual page: .. code-block:: bash