[bootlin/training-materials updates] master: debugging: labs: remove misplaced sentence (0c98caee)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Mar 24 19:29:50 CET 2023


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

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

commit 0c98caeef7bfa1279c6088e6bee170d8a1526d8a
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Mar 24 17:48:21 2023 +0100

    debugging: labs: remove misplaced sentence
    
    We already ran the 'boot' command in the U-Boot command sequence, no need
    to state that here and it can be a bit confusing.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

0c98caeef7bfa1279c6088e6bee170d8a1526d8a
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 2a6e5a02..da5425a6 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -57,8 +57,8 @@ $ export KDIR=/home/$USER/debugging-labs/buildroot/output/build/linux-5.13/
 $ make
 \end{bashinput}
 
-Once done, use the \code{boot} command to actually boot the kernel. Once booted,
-load the \code{kmemleak_test.ko} and trigger an immediate kmemleak scan using:
+On the target, load the \code{kmemleak_test.ko} and trigger an immediate
+kmemleak scan using:
 
 \begin{bashinput}
 # cd /root/kmemleak




More information about the training-materials-updates mailing list