[FE training-materials-updates] Tinysystem lab: clarify the explanations to compile BusyBox statically

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Nov 20 17:27:12 CET 2013


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

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

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

commit 1f317ed642c6f5dd44e70844591aec9aff520f8b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Nov 20 17:19:32 2013 +0100

    Tinysystem lab: clarify the explanations to compile BusyBox statically
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

1f317ed642c6f5dd44e70844591aec9aff520f8b
 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 924341e..03b38c9 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -148,7 +148,8 @@ Now, configure BusyBox with the configuration file provided in the
 \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
+If you don't use the BusyBox configuration file that we provide, at least,
+make sure you build BusyBox statically! Compiling Busybox
 statically in the first place makes it easy to set up the system,
 because there are no dependencies on libraries. Later on, we will set
 up shared libraries and recompile Busybox.



More information about the training-materials-updates mailing list