[bootlin/training-materials updates] master: Linux kernel cloning: add missing "cd linux" command (3e5e5a1b)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Nov 4 20:08:42 CET 2022


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

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

commit 3e5e5a1b6a7d8a479a086c676be85ba815a35d6f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Nov 4 20:08:42 2022 +0100

    Linux kernel cloning: add missing "cd linux" command
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3e5e5a1b6a7d8a479a086c676be85ba815a35d6f
 common/kernel-clone-master-and-stable.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/kernel-clone-master-and-stable.tex b/common/kernel-clone-master-and-stable.tex
index e66856b8..20ab81be 100644
--- a/common/kernel-clone-master-and-stable.tex
+++ b/common/kernel-clone-master-and-stable.tex
@@ -11,6 +11,7 @@ training room), you can do it directly by connecting to
 
 \begin{verbatim}
 git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
+cd linux
 \end{verbatim}
 
 If Internet access is not fast enough and if multiple people have to




More information about the training-materials-updates mailing list