[bootlin/training-materials updates] master: Boot time slides: improve init optimization slide (b9539e32)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:36 CEST 2021


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

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

commit b9539e32486158d699043f1d111940e4a278e080
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Apr 7 10:53:11 2021 +0200

    Boot time slides: improve init optimization slide
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b9539e32486158d699043f1d111940e4a278e080
 slides/boot-time-init-scripts/boot-time-init-scripts.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/boot-time-init-scripts/boot-time-init-scripts.tex b/slides/boot-time-init-scripts/boot-time-init-scripts.tex
index b232e201..c2ab7cf7 100644
--- a/slides/boot-time-init-scripts/boot-time-init-scripts.tex
+++ b/slides/boot-time-init-scripts/boot-time-init-scripts.tex
@@ -84,8 +84,8 @@ $ inkscape bootup.svg
 
 
 \begin{frame}
-\frametitle{Init}
-Starting as soon as possible after all the dependencies are started:
+\frametitle{Init optimizations}
+Goal to start your application as soon as possible after all the dependencies are started:
 \begin{itemize}
 	\item Depends on your \code{init} program. Here we are assuming sysV
 	      \code{init} scripts.




More information about the training-materials-updates mailing list