[FE training-materials-updates] kernel sources download lab: set directory

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Sep 19 15:59:39 CEST 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : kernel-ng
Link       : http://git.free-electrons.com/training-materials/commit/?id=21f52647744810a0fc3eb65d0fd23911a782ea70

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

commit 21f52647744810a0fc3eb65d0fd23911a782ea70
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Sep 19 15:36:09 2013 +0200

    kernel sources download lab: set directory
    
    - Make sure people are in the right directory
      to run the fetch command
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

21f52647744810a0fc3eb65d0fd23911a782ea70
 .../kernel-sources-download.tex                    |    1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/kernel-sources-download/kernel-sources-download.tex b/labs/kernel-sources-download/kernel-sources-download.tex
index c8040fc..857a801 100644
--- a/labs/kernel-sources-download/kernel-sources-download.tex
+++ b/labs/kernel-sources-download/kernel-sources-download.tex
@@ -74,6 +74,7 @@ tree, and fetch only the commits which are specific to that remote tree.
 
 {\footnotesize
 \begin{verbatim}
+cd ~/felabs/linux/src/linux/
 git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
 git fetch stable
 \end{verbatim}



More information about the training-materials-updates mailing list