[FE training-materials-updates] labs.tar.bz2 -> labs.tar.xz (saves space)

michael.opdenacker at free-electrons.com michael.opdenacker at free-electrons.com
Fri Jun 29 16:49:22 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=3a2d1d4630c1140abe9180c843b4a81beeaca235

commit 3a2d1d4630c1140abe9180c843b4a81beeaca235
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Jun 29 16:48:33 2012 +0200

    labs.tar.bz2 -> labs.tar.xz (saves space)

diff --git a/gen-lab-archive b/gen-lab-archive
index 74ff495..5b77a72 100755
--- a/gen-lab-archive
+++ b/gen-lab-archive
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # Produces the lab archive that is published on
-# http://free-electrons.com/labs/labs.tar.bz2
+# http://free-electrons.com/labs/labs.tar.xz
 
 ECHO=/bin/echo
 GIT=/usr/bin/git
@@ -47,5 +47,5 @@ $FIND felabs -name "*.lzma" -exec $UNLZMA {} ';'
 # Create the final archive
 
 $ECHO "Creating the final archive..."
-$TAR jcf labs.tar.bz2 felabs 
+$TAR Jcf labs.tar.xz felabs 
 
diff --git a/labs/setup/setup.tex b/labs/setup/setup.tex
index bd41055..f7b6501 100644
--- a/labs/setup/setup.tex
+++ b/labs/setup/setup.tex
@@ -14,16 +14,12 @@ sudo apt-get dist-upgrade
 
 For the different labs in the training, your instructor has prepared a
 set of data (kernel images, kernel configurations, root filesystems
-and more). Download the tarball at
-
-\url{http://free-electrons.com/labs/labs.tar.bz2}
-
-Then, from a terminal, extract the tarball using the following
-commands:
+and more). Download and extract its tarball from a terminal:
 
 \begin{verbatim}
-cd	(going to your home directory)
-sudo tar jxf labs.tar.bz2
+cd
+wget http://free-electrons.com/labs/labs.tar.xz
+sudo tar Jxf labs.tar.xz
 sudo chown -R <user>.<user> felabs
 \end{verbatim}
 

-----------------------------------------------------------------------

Summary of changes:
 gen-lab-archive      |    4 ++--
 labs/setup/setup.tex |   12 ++++--------
 2 files changed, 6 insertions(+), 10 deletions(-)


More information about the training-materials-updates mailing list