[FE training-materials-updates] Minor font size file

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Jun 10 22:04:49 CEST 2013


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

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

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

commit 137cc26d4ff1cebcb68d63b8215b966d8da58125
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Jun 10 22:02:39 2013 +0200

    Minor font size file
    
    - For setting bootargs for NFS booting
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

137cc26d4ff1cebcb68d63b8215b966d8da58125
 .../kernel-module-environment.tex                  |    2 --
 labs/sysdev-tinysystem/sysdev-tinysystem.tex       |    2 --
 2 files changed, 4 deletions(-)

diff --git a/labs/kernel-module-environment/kernel-module-environment.tex b/labs/kernel-module-environment/kernel-module-environment.tex
index 01ff007..befc5c2 100644
--- a/labs/kernel-module-environment/kernel-module-environment.tex
+++ b/labs/kernel-module-environment/kernel-module-environment.tex
@@ -272,12 +272,10 @@ kernel, we need to tell it that the root filesystem should be mounted
 over NFS, by setting some kernel parameters.  Use the following U-Boot
 command to do so (in just 1 line):
 
-\scriptsize
 \begin{verbatim}
 setenv bootargs root=/dev/nfs ip=192.168.0.100 console=ttyS0
   nfsroot=192.168.0.1:/home/<user>/felabs/linux/modules/nfsroot
 \end{verbatim}
-\normalsize
 
 Of course, you need to adapt the IP addresses to your exact network
 setup. Save the environment variables (with \code{saveenv}).  Now, download
diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index a169cb8..2192e90 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -85,12 +85,10 @@ Use the following U-Boot command to do so, in just 1 line
 (Caution: in \code{ttyO2} below, it's the capital letter \code{O}, like in
 {\bf O}MAP and not the number zero):
 
-\footnotesize
 \begin{verbatim}
 setenv bootargs console=ttyO2,115200 root=/dev/nfs ip=192.168.0.100 \
    nfsroot=192.168.0.1:/home/<user>/felabs/sysdev/tinysystem/nfsroot
 \end{verbatim}
-\normalsize
 
 Of course, you need to adapt the IP addresses to your exact network
 setup. Save the environment variables (with \code{saveenv}).



More information about the training-materials-updates mailing list