[FE training-materials-updates] Boot time slides: improve alternatives section

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Dec 30 08:09:33 CET 2013


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

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

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

commit 48e09cba33cf4f289a31c11cb142d0fbcf25bd17
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Dec 24 06:26:32 2013 +0100

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


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

48e09cba33cf4f289a31c11cb142d0fbcf25bd17
 .../boottime-alternatives.tex                      |   30 ++++++++++++--------
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/slides/boottime-alternatives/boottime-alternatives.tex b/slides/boottime-alternatives/boottime-alternatives.tex
index 322c94a..6bd6f2d 100644
--- a/slides/boottime-alternatives/boottime-alternatives.tex
+++ b/slides/boottime-alternatives/boottime-alternatives.tex
@@ -1,25 +1,31 @@
 \section{Alternatives}
 \begin{frame}
 \frametitle{Suspend to RAM}
-Used mostly on phones (Android, Firefox OS, ...) and PC.\\
-May not be acceptable for devices that are idle most of the time or
-for a long time (e.g. digital cameras, motion detecting video surveillance).
+\begin{itemize}
+\item Used mostly on phones (Android, Firefox OS, ...) and PCs.
+\item May drain the battery too fast in devices that are idle most of the time or
+      for a long time (e.g. digital cameras, motion detecting video surveillance).
+\end{itemize}
 \end{frame}
 
 \begin{frame}
 \frametitle{Hibernate}
-Also called suspend to disk.\\
-Used in SONY digital cameras (booting in about 1s). Used in credit
-card payment terminals (our customer).\\
-Requires sufficient amount of RAM and storage (NAND, eMMC, ...).\\
-Storage has to be quite fast.
+\begin{itemize}
+\item Also called suspend to disk.
+\item Used in SONY digital cameras (booting in about 1s).
+\item Used in credit card payment terminals (our customer).
+\item Requires sufficient amount of RAM and storage (NAND, eMMC, ...).
+      Storage has to be fast enough.
+\end{itemize}
 \end{frame}
 
 \begin{frame}
 \frametitle{Checkpointing}
-Similar to hibernate, but the state of the system is selectively saved
-to disk. It will require less storage and will probably boot faster.\\
-For Android, have a look at:
-\url{http://www.elinux.org/images/1/1c/Implement_Checkpointing_for_Android.pdf}
+\begin{itemize}
+\item Similar to hibernate, but the state of the system is selectively saved
+      to disk. It will require less storage and will probably boot faster.
+\item For Android, have a look at:
+      \url{http://www.elinux.org/images/1/1c/Implement_Checkpointing_for_Android.pdf}
+\end{itemize}
 \end{frame}
 



More information about the training-materials-updates mailing list