[bootlin/training-materials updates] master: sysdev/kernel: configuration: Don't list over and over again the configuration tools (29c48802)

Miquel Raynal miquel.raynal at bootlin.com
Wed Nov 10 11:09:13 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/29c488026fcba18bcefc5df0dccfe86c03f2ba71

>---------------------------------------------------------------

commit 29c488026fcba18bcefc5df0dccfe86c03f2ba71
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Nov 10 10:53:38 2021 +0100

    sysdev/kernel: configuration: Don't list over and over again the configuration tools
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

29c488026fcba18bcefc5df0dccfe86c03f2ba71
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 6022483e..25a587e1 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -360,9 +360,8 @@ CONFIG_NTFS_RW=y
   \item If you don't remember all the changes you made,
     you can get back to your previous configuration:\\
     \code{$ cp .config.old .config}
-  \item All the configuration interfaces of the kernel
-    (\code{xconfig}, \code{menuconfig}, \code{oldconfig}...) keep
-    this \code{.config.old} backup copy.
+  \item All the configuration tools keep this \code{.config.old} backup
+    copy.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list