Skip to content

Commit

Permalink
Boot time slides: refering to BusyBox init
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Oct 27, 2021
1 parent 2b364e3 commit 0c350c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/boot-time-init-scripts/boot-time-init-scripts.tex
Expand Up @@ -92,7 +92,7 @@ \section{Optimizing init scripts and system startup}
\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
\item Depends on your \code{init} program. Here we are assuming BusyBox
\code{init} scripts.
\item \code{init} scripts run in alphanumeric order and start with
a letter (K for stop ({\bf k}ill) and S for {\bf s}tart).
Expand Down

0 comments on commit 0c350c5

Please sign in to comment.