[bootlin/training-materials updates] master: embedded-linux-ng: fix description of block fs in lab (9d31159d)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Aug 31 07:49:25 CEST 2022


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

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

commit 9d31159d92937f4a803ff81f47f3fc30cba519b7
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Aug 31 07:48:49 2022 +0200

    embedded-linux-ng: fix description of block fs in lab
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9d31159d92937f4a803ff81f47f3fc30cba519b7
 agenda/embedded-linux-ng-agenda.tex           | 2 +-
 agenda/embedded-linux-ng-fr-agenda.tex        | 5 ++---
 agenda/embedded-linux-ng-online-agenda.tex    | 2 +-
 agenda/embedded-linux-ng-online-fr-agenda.tex | 5 ++---
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/agenda/embedded-linux-ng-agenda.tex b/agenda/embedded-linux-ng-agenda.tex
index 6738e2b9..c1b8d193 100644
--- a/agenda/embedded-linux-ng-agenda.tex
+++ b/agenda/embedded-linux-ng-agenda.tex
@@ -321,7 +321,7 @@ Note: this training course will be available starting September
   \begin{itemize}
   \item Creating partitions on your SD card
   \item Booting a system with a mix of filesystems: {\em SquashFS} for
-    applications, {\em ext3} for configuration and user data, and {\em
+    the root filesystem, {\em ext4} for system data, and {\em
       tmpfs} for temporary system files.
   \end{itemize}
 
diff --git a/agenda/embedded-linux-ng-fr-agenda.tex b/agenda/embedded-linux-ng-fr-agenda.tex
index 166c3f97..f0264ed5 100644
--- a/agenda/embedded-linux-ng-fr-agenda.tex
+++ b/agenda/embedded-linux-ng-fr-agenda.tex
@@ -341,9 +341,8 @@ notre formation {\em Développement de systèmes Linux embarqué},
   \begin{itemize}
   \item Créer des partitions sur le stockage bloc.
   \item Démarrage d'un système avec un assemblage de plusieurs systèmes
-    de fichiers : SquashFS pour les applications, ext3 pour la
-    configuration et les données utilisateur et tmpfs pour les
-    fichiers temporaires.
+    de fichiers : SquashFS pour le système de fichier racine, ext4 pour
+    les données du système et tmpfs pour les fichiers temporaires.
   \end{itemize}
   \vspace{0.5cm}
   {\em Mise en oeuvre sur la plateforme embarquée.}
diff --git a/agenda/embedded-linux-ng-online-agenda.tex b/agenda/embedded-linux-ng-online-agenda.tex
index 3bf8c8d5..28e49e65 100644
--- a/agenda/embedded-linux-ng-online-agenda.tex
+++ b/agenda/embedded-linux-ng-online-agenda.tex
@@ -329,7 +329,7 @@ Note: this training course will be available starting September
   \begin{itemize}
   \item Creating partitions on your SD card
   \item Booting a system with a mix of filesystems: {\em SquashFS} for
-    applications, {\em ext3} for configuration and user data, and {\em
+    the root filesystem, {\em ext4} for system data, and {\em
       tmpfs} for temporary system files.
   \end{itemize}
 
diff --git a/agenda/embedded-linux-ng-online-fr-agenda.tex b/agenda/embedded-linux-ng-online-fr-agenda.tex
index 2ebb3a15..588e9dcd 100644
--- a/agenda/embedded-linux-ng-online-fr-agenda.tex
+++ b/agenda/embedded-linux-ng-online-fr-agenda.tex
@@ -346,9 +346,8 @@ notre formation {\em Développement de systèmes Linux embarqué},
   \begin{itemize}
   \item Créer des partitions sur le stockage bloc.
   \item Démarrage d'un système avec un assemblage de plusieurs systèmes
-    de fichiers : SquashFS pour les applications, ext3 pour la
-    configuration et les données utilisateur et tmpfs pour les
-    fichiers temporaires.
+    de fichiers : SquashFS pour le système de fichier racine, ext4 pour
+    les données du système et tmpfs pour les fichiers temporaires.
   \end{itemize}
   \vspace{0.5cm}
   {\em Mise en oeuvre sur la plateforme embarquée.}




More information about the training-materials-updates mailing list