[FE training-materials-updates] Boot time slides: improve deferred_initcalls slide

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Dec 31 08:03:05 CET 2013


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

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

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

commit f22b35144cda0e1851809c2899d301c2af169491
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Dec 30 21:33:05 2013 +0100

    Boot time slides: improve deferred_initcalls slide
    
    - Looking better thanks to the use of bullets
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

f22b35144cda0e1851809c2899d301c2af169491
 slides/boottime-kernel/boottime-kernel.tex |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/slides/boottime-kernel/boottime-kernel.tex b/slides/boottime-kernel/boottime-kernel.tex
index 4d6f099..77351d8 100644
--- a/slides/boottime-kernel/boottime-kernel.tex
+++ b/slides/boottime-kernel/boottime-kernel.tex
@@ -131,12 +131,15 @@ Conclusion: don't use LZO for now.
 \end{frame}
 
 \begin{frame}
-\frametitle{Initialization}
-If you can't compile a feature as a module (e.g. networking or block
-subsystem), try \code{deferred_initcalls}. You kernel will not shrink
-but it won't execute some initialization. Once your critical
-application is ready, you can start the remaining initcalls. See
-\url{http://elinux.org/Deferred_Initcalls}
+\frametitle{Deferred initcalls}
+\begin{itemize}
+\item If you can't compile a feature as a module (e.g. networking or block
+      subsystem), try \code{deferred_initcalls}.
+\item Your kernel will not shrink but some initializations will be
+      postponed. Once your critical application is ready, you can
+      execute the remaining initcalls.
+\item See \url{http://elinux.org/Deferred_Initcalls}
+\end{itemize}
 \end{frame}
 
 \begin{frame}[fragile]



More information about the training-materials-updates mailing list