[FE training-materials-updates] sysdev-tinysystem: give an hint on what to do with the Busybox configuration file

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Oct 4 18:11:59 CEST 2012


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

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

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

commit 81d992b3ffa14587b1d257967ca1c09798079dc5
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Oct 4 18:11:34 2012 +0200

    sysdev-tinysystem: give an hint on what to do with the Busybox configuration file
    
    During training sessions, participants are always lost as to what to
    do with the Busybox configuration file, and many end up building the
    default Busybox configuration.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

81d992b3ffa14587b1d257967ca1c09798079dc5
 labs/sysdev-tinysystem/sysdev-tinysystem.tex |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index fbf1659..d0bb1e1 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -127,7 +127,8 @@ sudo apt-get install libglade2-dev
 \end{verbatim}
 
 Now, configure BusyBox with the configuration file provided in the
-\code{data/} directory.
+\code{data/} directory (remember that the Busybox configuration file
+is \code{.config} in the Busybox sources).
 
 At least, make sure you build BusyBox statically! Compiling Busybox
 statically in the first place makes it easy to set up the system,



More information about the training-materials-updates mailing list