[FE training-materials-updates] sysdev-buildroot: Fix the path to the tarball of the rootfs

Gregory Clement gregory.clement at free-electrons.com
Wed Aug 27 15:00:52 CEST 2014


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

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

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

commit 62d1aecfa8876db4402dbc110459ec389bdba1f3
Author: Gregory CLEMENT <gregory.clement at free-electrons.com>
Date:   Wed Aug 27 14:59:20 2014 +0200

    sysdev-buildroot: Fix the path to the tarball of the rootfs
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>


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

62d1aecfa8876db4402dbc110459ec389bdba1f3
 labs/sysdev-buildroot/sysdev-buildroot.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 4a7e62d..83adedc 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -170,7 +170,7 @@ a new directory \code{system} that is going to hold our system,
 exported over NFS. Go into this directory, and untar the rootfs using:
 
 \begin{verbatim}
-sudo tar -xvf ../buildroot/output/images/rootfs.tar
+sudo tar -xvf ../buildroot-2014.05/output/images/rootfs.tar
 \end{verbatim}
 
 Add our \code{system} directory to the list of the directory exported



More information about the training-materials-updates mailing list