[FE training-materials-updates] Flash lab: removing misleading absolute paths

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu May 26 17:58:45 CEST 2016


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

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

commit 511d33e2fbded11406931e1a99ec9dc1e65c34eb
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu May 26 11:43:09 2016 +0200

    Flash lab: removing misleading absolute paths
    
    - Using relative paths instead
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

511d33e2fbded11406931e1a99ec9dc1e65c34eb
 labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index b4489c0..9135f75 100644
--- a/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/labs/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -67,11 +67,11 @@ Doing this, you will get details in the kernel log about the MTD minimum
 I/O size and the LEB size that UBI will use.
 
 Using such information, prepare prepare a UBIFS filesystem
-image containing the files stored in the \code{/www/upload/files} directory.
+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
+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{/www/upload/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