[FE training-materials-updates] labs/buildroot: name the NFS directory 'nfsroot' and not 'system'

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Nov 7 09:39:23 CET 2014


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

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

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

commit 6be178360a652747d930de4ddd9fa360e77e51a8
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Nov 7 09:38:17 2014 +0100

    labs/buildroot: name the NFS directory 'nfsroot' and not 'system'
    
    'system' is really not a good choice for the NFS directory used in
    this lab, since the Buildroot sources already contain a directory
    named 'system', which causes some confusion. So, we change it to use
    'nfsroot', like in previous labs, so it's easier to understand what's
    going on.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

6be178360a652747d930de4ddd9fa360e77e51a8
 labs/sysdev-buildroot/sysdev-buildroot.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index f5e28aa..bde5bc3 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -162,14 +162,14 @@ explore its contents:
 \section{Run the generated system}
 
 Go back to the \code{$HOME/embedded-linux-labs/buildroot/} directory. Create
-a new directory \code{system} that is going to hold our system,
+a new directory \code{nfsroot} 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-2014.05/output/images/rootfs.tar
 \end{verbatim}
 
-Add our \code{system} directory to the list of the directory exported
+Add our \code{nfsroot} directory to the list of the directory exported
 by NFS in \code{/etc/exports}, and make sure the board use it too.
 
 Boot the board, and log in (\code{root} account, no password).



More information about the training-materials-updates mailing list