[FE training-materials-updates] sysdev-flash-filesystems: fix partition number

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Dec 11 16:50:10 CET 2013


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

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

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

commit f9548e0ca9c7e31b300dda7e02e4d9aa8eac52e0
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Dec 11 16:49:13 2013 +0100

    sysdev-flash-filesystems: fix partition number
    
    Following the introduction of the DTB partition, the data fs partition
    is not the sixth partition, but the seventh.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

f9548e0ca9c7e31b300dda7e02e4d9aa8eac52e0
 .../sysdev-flash-filesystems.tex                   |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 25f4b07..8818be3 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -61,8 +61,8 @@ Prepare a JFFS2 filesystem image from the \code{/www/upload/files}
 directory from the previous lab.
 
 Modify the \code{/etc/init.d/rcS} file to mount a JFFS2 filesystem on
-the sixth flash partition, instead of an ext3 filesystem on the third
-MMC disk partition.
+the seventh flash partition, instead of an ext3 filesystem on the
+third MMC disk partition.
 
 Create a JFFS2 image for your root filesystem, with the same options
 as for the data filesystem.



More information about the training-materials-updates mailing list