[FE training-materials-updates] sysdev-kernel-fetch-and-patch: bump to linux 3.2

thomas.petazzoni at free-electrons.com thomas.petazzoni at free-electrons.com
Fri May 4 16:26:28 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=2e0e446fd6daa2ee603075f59a3e678a598bbdee

commit 2e0e446fd6daa2ee603075f59a3e678a598bbdee
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri May 4 16:26:21 2012 +0200

    sysdev-kernel-fetch-and-patch: bump to linux 3.2
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

diff --git a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
index 39d156f..deb485c 100644
--- a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
+++ b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
@@ -19,10 +19,10 @@ identify the latest stable version.
 Just to make sure you know how to do it, check the version of the
 Linux kernel running on your machine.
 
-We will use \code{linux-3.1.x}, which this lab was tested with.
+We will use \code{linux-3.2.x}, which this lab was tested with.
 
-To practice the patch command later, download the full 3.0
-sources. Unpack the archive, which creates a \code{linux-3.0}
+To practice the patch command later, download the full 3.1
+sources. Unpack the archive, which creates a \code{linux-3.1}
 directory. Remember that you can use \code{wget <URL>} on the command
 line to download files.
 
@@ -35,9 +35,9 @@ manager, or using the following command line:
 sudo apt-get install patch
 \end{verbatim}
 
-Download the 2 patch files corresponding to the latest 3.1 stable
-release: a first patch to move from 3.0 to 3.1 and a second patch to
-move from 3.1 to 3.1.x.
+Download the 2 patch files corresponding to the latest 3.2 stable
+release: a first patch to move from 3.1 to 3.2 and a second patch to
+move from 3.2 to 3.2.x.
 
 Without uncompressing them (!), apply the 2 patches to the Linux
 source directory.
@@ -46,4 +46,4 @@ View one of the 2 patch files with vi or gvim (if you prefer a
 graphical editor), to understand the information carried by such a
 file. How are described added or removed files?
 
-Rename the \code{linux-3.0} directory to \code{linux-3.1.<x>}.
+Rename the \code{linux-3.1} directory to \code{linux-3.2.<x>}.

-----------------------------------------------------------------------

Summary of changes:
 .../sysdev-kernel-fetch-and-patch.tex              |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


More information about the training-materials-updates mailing list