[FE training-materials-updates] sysdev-block-filesystems: clarify setup phase

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


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

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

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

commit e0e1e545fa49fb00a527a892396b472739db2dd2
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Dec 11 10:53:59 2013 +0100

    sysdev-block-filesystems: clarify setup phase
    
    Rephrase the setup part of the block filesystem lab. The fact that we
    instruct participants to stay in sysdev/tinysystem and then recompile
    the kernel is confusing: their kernel sources are not in
    sysdev/tinysystem!
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

e0e1e545fa49fb00a527a892396b472739db2dd2
 .../sysdev-block-filesystems.tex                   |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
index 88e91af..3a30a4d 100644
--- a/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
+++ b/labs/sysdev-block-filesystems/sysdev-block-filesystems.tex
@@ -18,7 +18,11 @@ this MMC card, without using NFS anymore.
 
 \section{Setup}
 
-Stay in the \code{$HOME/felabs/sysdev/tinysystem} directory.
+Throughout this lab, we will continue to use the root filesystem we
+have created in the \code{$HOME/felabs/sysdev/tinysystem/nfsroot}
+directory, which we will progressively adapt to use block filesystems.
+
+\section{Filesystem support in the kernel}
 
 Recompile your kernel with support for SquashFS and ext3.
 



More information about the training-materials-updates mailing list