[FE training-materials-updates] setup: Adapt the setup lab to the new archive names

Maxime Ripard maxime.ripard at free-electrons.com
Tue Jul 22 18:32:13 CEST 2014


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

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

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

commit e59e2ea9c9bad119a50c6a24f4ea4ae36253d6a3
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jul 22 18:31:05 2014 +0200

    setup: Adapt the setup lab to the new archive names
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

e59e2ea9c9bad119a50c6a24f4ea4ae36253d6a3
 labs/setup/setup.tex |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/labs/setup/setup.tex b/labs/setup/setup.tex
index d850ae5..7a626e8 100644
--- a/labs/setup/setup.tex
+++ b/labs/setup/setup.tex
@@ -10,9 +10,9 @@ and more). Download and extract its tarball from a terminal:
 {\small
 {\tt
 cd \\
-wget \sessionurl/labs.tar.xz \\
-sudo tar Jvxf labs.tar.xz \\
-sudo chown -R <user>.<user> felabs \\
+wget \sessionurl/labs-\training.tar.xz \\
+sudo tar Jvxf labs-\training.tar.xz \\
+sudo chown -R <user>.<user> felabs-\training \\
 }
 }
 
@@ -22,10 +22,11 @@ an exception. For all the other archives that you will handle during
 the practical labs, you will never need \code{root} permissions to
 extract them. If there is another exception, we will let you know.
 
-Lab data are now available in an \code{felabs} directory in your home
-directory. For each lab there is a directory containing various
-data. This directory will also be used as working space for each lab,
-so that the files that you produce during each lab are kept separate.
+Lab data are now available in an {\tt felabs-\training} directory in
+your home directory. For each lab there is a directory containing
+various data. This directory will also be used as working space for
+each lab, so that the files that you produce during each lab are kept
+separate.
 
 You are now ready to start the real practical labs!
 



More information about the training-materials-updates mailing list