[FE training-materials-updates] Minimal rootfs: primary reason for having a shell

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Jan 26 15:52:53 CET 2016


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

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

commit 684c71416648f3e72782207024532de1b55ee935
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Jan 26 15:52:53 2016 +0100

    Minimal rootfs: primary reason for having a shell
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

684c71416648f3e72782207024532de1b55ee935
 .../sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex b/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
index a530962..48289a0 100644
--- a/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
+++ b/slides/sysdev-root-filesystem-minimal/sysdev-root-filesystem-minimal.tex
@@ -19,7 +19,8 @@
     \item The \code{init} application is responsible for starting all other
       user space applications and services
     \end{itemize}
-  \item Usually a shell, to allow a user to interact with the system
+  \item A shell, to implement scripts, automate tasks, and allow a user
+        to interact with the system
   \item Basic Unix applications, to copy files, move files, list files
     (commands like \code{mv}, \code{cp}, \code{mkdir}, \code{cat},
     etc.)




More information about the training-materials-updates mailing list