[BL training-materials-updates] Reduce references to Linux 2.6.x

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Nov 16 17:24:53 CET 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=0e3bd56f564b92c8c0cf6ac3fdf2d2358d791e4c

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

commit 0e3bd56f564b92c8c0cf6ac3fdf2d2358d791e4c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Nov 16 17:24:53 2018 +0100

    Reduce references to Linux 2.6.x
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0e3bd56f564b92c8c0cf6ac3fdf2d2358d791e4c
 slides/buildroot-rootfs/buildroot-rootfs.tex     | 4 ++--
 slides/kernel-git-content/kernel-git-content.tex | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/buildroot-rootfs/buildroot-rootfs.tex b/slides/buildroot-rootfs/buildroot-rootfs.tex
index 4a1b41d..519a961 100644
--- a/slides/buildroot-rootfs/buildroot-rootfs.tex
+++ b/slides/buildroot-rootfs/buildroot-rootfs.tex
@@ -331,8 +331,8 @@ test         8000  wheel   -1    =          -         /bin/sh -           Test u
     directory:
     \begin{itemize}
     \item Using {\bf devtmpfs}. \code{/dev} is managed by the kernel
-      {\em devtmpfs}, which creates device files
-      automatically. Requires kernel 2.6.32+. Default option.
+      {\em devtmpfs}, which creates device files automatically.
+      Default option.
     \item Using {\bf static /dev}. This is the old way of doing
       \code{/dev}, not very practical.
     \item Using {\bf mdev}. \code{mdev} is part of Busybox and can run
diff --git a/slides/kernel-git-content/kernel-git-content.tex b/slides/kernel-git-content/kernel-git-content.tex
index e55f565..4b1cee5 100644
--- a/slides/kernel-git-content/kernel-git-content.tex
+++ b/slides/kernel-git-content/kernel-git-content.tex
@@ -146,15 +146,15 @@ Signed-off-by: David S. Miller <davem at davemloft.net>
   \item To get the list of changes between a given tag and the latest
     available version
     \begin{itemize}
-    \item \code{git log v2.6.30..master}
+    \item \code{git log v4.19..master}
     \end{itemize}
   \item List of changes with diff on a given file between two tags
     \begin{itemize}
-    \item \code{git log -p v2.6.29..v2.6.30 MAINTAINERS}
+    \item \code{git log -p v4.18..v4.19 MAINTAINERS}
     \end{itemize}
   \item With gitk
     \begin{itemize}
-    \item \code{gitk v2.6.30..master}
+    \item \code{gitk v4.19..master}
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list