[bootlin/training-materials updates] master: Embedded Linux: Busybox init: mention shutdown too (a73f7e78)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 8 12:05:53 CEST 2022


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

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

commit a73f7e788d1fca759dbf740af3d1741343b6738f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 8 12:05:53 2022 +0200

    Embedded Linux: Busybox init: mention shutdown too
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a73f7e788d1fca759dbf740af3d1741343b6738f
 slides/sysdev-busybox/sysdev-busybox.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-busybox/sysdev-busybox.tex b/slides/sysdev-busybox/sysdev-busybox.tex
index fb099071..5a2f3c33 100644
--- a/slides/sysdev-busybox/sysdev-busybox.tex
+++ b/slides/sysdev-busybox/sysdev-busybox.tex
@@ -171,8 +171,9 @@ watchdog, wc, wget, which, who, whoami, whois, xargs, xxd, xz, xzcat, yes, zcat,
     \begin{itemize}
     \item Each line has the form \code{<id>::<action>:<process>}
     \end{itemize}
-  \item Allows to run services at startup, and to make sure that
-    certain services are always running on the system
+  \item Allows to start system services at startup, to control system
+        shutdown, and to make sure that certain services are always
+        running on the system.
   \item See \projfile{busybox}{examples/inittab} in BusyBox for details on the
     configuration
   \end{itemize}




More information about the training-materials-updates mailing list