[FE training-materials-updates] Flash lab: fix wrong path

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Nov 4 19:34:15 CET 2015


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

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

commit 418dad34e6648ce8b3f3bf0c0cc0d10849b180e6
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Nov 4 19:34:15 2015 +0100

    Flash lab: fix wrong path
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

418dad34e6648ce8b3f3bf0c0cc0d10849b180e6
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index 5203b02..726f3d6 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -70,7 +70,7 @@ image containing the files stored in the \code{/www/upload/files} directory.
 
 Modify the \code{/etc/init.d/rcS} file under \code{nfsroot} to mount a
 UBI volume called \code{data} \footnote{We will create it when
-running \code{ubinize} in the next section} on \code{/var/www/files}.
+running \code{ubinize} in the next section} on \code{/www/upload/files}.
 
 Once done, create a UBIFS image of your root filesystem.
 




More information about the training-materials-updates mailing list