[bootlin/training-materials updates] master: Embedded Linux: use bigger sizes in slides (ed90abc6)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 18 17:13:49 CEST 2019


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

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

commit ed90abc650855aac7f61134cbd9aee710829148f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 18 17:13:49 2019 +0200

    Embedded Linux: use bigger sizes in slides
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ed90abc650855aac7f61134cbd9aee710829148f
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex          | 4 ++--
 .../sysdev-root-filesystem-principles.tex                             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 8b4ace59..9d62e5fe 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -203,10 +203,10 @@
   \frametitle{U-Boot: defining MTD partitions (2)}
   \begin{itemize}
   \item Example:
-  {\tiny
+  {\scriptsize
   \begin{verbatim}
 setenv mtdids nand0=omap2-nand.0
-setenv mtdparts mtdparts=omap2-nand.0:512k(X-Loader)ro,1536k(U-Boot)ro,512k(Env),4m(Kernel),-(RootFS)
+setenv mtdparts mtdparts=omap2-nand.0:512k(XLoader)ro,1536k(UBoot)ro,512k(Env),4m(Kernel),-(Root)
   \end{verbatim}
   }
   \item This defines 5 partitions in the \code{omap2-nand.0} device:
diff --git a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
index 207a5da6..9f28d452 100644
--- a/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
+++ b/slides/sysdev-root-filesystem-principles/sysdev-root-filesystem-principles.tex
@@ -81,8 +81,8 @@
     cannot be mounted with the normal \code{mount} command
   \item It is mounted directly by the kernel, according to the
     \code{root=} kernel option
-  \item When no root filesystem is available, the kernel panics\\
-    \tiny
+  \item When no root filesystem is available, the kernel panics:\\
+    \small
 \begin{verbatim}
 Please append a correct "root=" boot option
 Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)




More information about the training-materials-updates mailing list