[bootlin/training-materials updates] master: sysdev: labs: add commands to clone Busybox (57f0c7d9)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Feb 10 22:05:16 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/57f0c7d9e131019c5e80afaf34a7c1b36eba1604

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

commit 57f0c7d9e131019c5e80afaf34a7c1b36eba1604
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Feb 10 22:05:16 2023 +0100

    sysdev: labs: add commands to clone Busybox
    
    Not only this is the only program that has no 'git clone' instructions, it
    also has an extremely slow website, that results in long delays and even
    timeouts just to be able to find out the git or tarball URL.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

57f0c7d9e131019c5e80afaf34a7c1b36eba1604
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index b5974cc0..c505db19 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -143,7 +143,13 @@ filesystem and finally make it usable.
 
 \section{Root filesystem with BusyBox}
 
-Download the sources of the latest BusyBox 1.35.x release.
+Download the sources of the latest BusyBox 1.35.x release:
+
+\begin{bashinput}
+git clone https://git.busybox.net/busybox
+cd busybox/
+git checkout 1_35_0
+\end{bashinput}
 
 Now, configure BusyBox with the configuration file provided in the
 \code{data/} directory (remember that the BusyBox configuration file




More information about the training-materials-updates mailing list