[bootlin/training-materials updates] master: common/kernel-clone-master-and-stable.tex: fix for embedded Linux course (58b07c40)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Oct 3 14:36:54 CEST 2022


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

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

commit 58b07c407760104729156e7ab76f8adb03b542c3
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Oct 3 14:36:54 2022 +0200

    common/kernel-clone-master-and-stable.tex: fix for embedded Linux course
    
    https://github.com/bootlin/training-materials/issues/130
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

58b07c407760104729156e7ab76f8adb03b542c3
 common/kernel-clone-master-and-stable.tex | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/common/kernel-clone-master-and-stable.tex b/common/kernel-clone-master-and-stable.tex
index 065e7566..e66856b8 100644
--- a/common/kernel-clone-master-and-stable.tex
+++ b/common/kernel-clone-master-and-stable.tex
@@ -9,11 +9,9 @@ the Internet at work (and if you are not 256 participants in the
 training room), you can do it directly by connecting to
 \url{https://git.kernel.org}:
 
-{\small
 \begin{verbatim}
 git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
 \end{verbatim}
-}
 
 If Internet access is not fast enough and if multiple people have to
 share it, your instructor will give you a USB flash drive with a
@@ -44,9 +42,8 @@ a separate team, and hosted in a separate repository.
 We will add this separate repository as another {\em remote} to be
 able to use the stable releases:
 
-{\footnotesize
+{\small
 \begin{verbatim}
-cd ~/linux-kernel-labs/src/linux/
 git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable
 git fetch stable
 \end{verbatim}




More information about the training-materials-updates mailing list