[bootlin/training-materials updates] master: Boot time labs: fix BusyBox version in path (2d367618)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 22 11:08:01 CEST 2021


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

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

commit 2d367618ef4869fb05126ea8ebb92bc06bb77cf6
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 22 11:08:01 2021 +0200

    Boot time labs: fix BusyBox version in path
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2d367618ef4869fb05126ea8ebb92bc06bb77cf6
 labs/boot-time-init-scripts/boot-time-init-scripts.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/boot-time-init-scripts/boot-time-init-scripts.tex b/labs/boot-time-init-scripts/boot-time-init-scripts.tex
index 0959286b..26da5f3d 100644
--- a/labs/boot-time-init-scripts/boot-time-init-scripts.tex
+++ b/labs/boot-time-init-scripts/boot-time-init-scripts.tex
@@ -323,7 +323,7 @@ Buildroot helps us to configure BusyBox by providing a \code{make
 busybox-menuconfig} command, but it will be tedious to use because we
 will have to unselect countless options.
 
-Here's another way. Go to \code{output/build/busybox-1.29.3/} and run
+Here's another way. Go to \code{output/build/busybox-1.33.1/} and run
 \code{make allnoconfig}, followed by \code{make menuconfig}. You'll see
 that most options are unselected!
 




More information about the training-materials-updates mailing list