[FE training-materials-updates] Kernel code lab fixups

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Jul 20 10:32:19 CEST 2015


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

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=2a0952dabeb057d642a9d23425eef879da4eefe3

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

commit 2a0952dabeb057d642a9d23425eef879da4eefe3
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Jul 20 10:31:34 2015 +0200

    Kernel code lab fixups
    
    - The src/ directory no longer exists
    - Using a more standard file name for the kernel source archive
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

2a0952dabeb057d642a9d23425eef879da4eefe3
 labs/kernel-sources-download/kernel-sources-download.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/kernel-sources-download/kernel-sources-download.tex b/labs/kernel-sources-download/kernel-sources-download.tex
index 0b60a02..6e87f64 100644
--- a/labs/kernel-sources-download/kernel-sources-download.tex
+++ b/labs/kernel-sources-download/kernel-sources-download.tex
@@ -3,7 +3,7 @@ mainline Linux kernel source tree}
 
 \section{Setup}
 
-Go to the \code{$HOME/linux-kernel-labs/src} directory.
+Create the \code{$HOME/linux-kernel-labs/src} directory.
 
 \section{Installing git packages}
 
@@ -58,13 +58,13 @@ git clone http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
 
 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
-\code{tgz} archive of a recently cloned Linux source tree.
+\code{tar.gz} archive of a recently cloned Linux source tree.
 
 You will just have to extract this archive in the current directory,
 and then pull the most recent changes over the network:
 
 \begin{verbatim}
-tar xf linux-git.tgz
+tar xf linux-git.tar.gz
 cd linux
 git checkout master
 git pull



More information about the training-materials-updates mailing list