[bootlin/training-materials updates] master: Minor updates (f65faec1)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue May 26 19:35:27 CEST 2020


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

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

commit f65faec1494d158b62f0edabf2d94581062f636d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue May 26 19:35:27 2020 +0200

    Minor updates
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f65faec1494d158b62f0edabf2d94581062f636d
 slides/sysdev-block-filesystems/sysdev-block-filesystems.tex           | 3 ++-
 slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 1eaf2d72..5898f3ae 100644
--- a/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/slides/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -83,7 +83,8 @@ major minor #blocks name
   \item This directly writes to the block device itself, bypassing any
     filesystem layer.
   \item The block devices in \code{/dev/} allow such {\em raw} access
-  \item \code{dd} is the tool of choice for such transfers:
+  \item \code{dd} ({\em {\bf d}isk {\bf d}uplicate})
+    is the tool of choice for such transfers:
     \begin{itemize}
     \item \code{dd if=/dev/mmcblk0p1 of=testfile bs=1M count=16}\\
       Transfers 16 blocks of 1 MB from \code{/dev/mmcblk0p1} to
diff --git a/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex b/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
index 439a28bd..70ba0a03 100644
--- a/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
+++ b/slides/sysdev-linux-intro-versioning/sysdev-linux-intro-versioning.tex
@@ -55,7 +55,7 @@
   \item You could also get long term support from a commercial embedded
     Linux provider.
   \item {\em "If you are not using a supported distribution kernel, or a stable / longterm
-    kernel, you have an insecure kernel} - Greg KH, 2019\\
+    kernel, you have an insecure kernel"} - Greg KH, 2019\\
     Some vulnerabilities are fixed in stable without ever getting a CVE.
   \item The {\em Civil Infrastructure Platform} project is an industry /
     Linux Foundation effort to support selected LTS versions (starting




More information about the training-materials-updates mailing list