From dd81d28fc0a687204c8c1be140ed0fb40fae29d8 Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Wed, 13 Feb 2019 16:46:46 -0800 Subject: [PATCH] Reword note about menuconfig --- .../guides/maintenance/kernel-development.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index df6f2dd3..ab5869b8 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -146,10 +146,6 @@ eventually merged with the main :file:`.config`. #. Open the kernel :file:`config-fragment` file in an editor. - - Due to how |CL| packaging tools make use of :command:`mock` environments - psuedo-GUI tools that abstract kernel configuration such as menuconfig do - not work. .. code-block:: bash @@ -188,6 +184,15 @@ eventually merged with the main :file:`.config`. make config +.. note:: + + The |CL| packaging tools make use of :command:`mock` environments for + building software. + + If you want to make use of GUI tools to edit the kernel confguration, such as + :command:`menuconfig`, instead of manually editing the :file:`config` + file, you can from the :command:`mock` environment under + :file:`/var/lib/mock/clear-linux/root/builddir/build/BUILD/kernel-*` Modify kernel source code