[bootlin/training-materials updates] master: Boot time lab: add missing sudo (3b42f4f2)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:42 CEST 2021


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

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

commit 3b42f4f2e842c7238e4eafcafc82fb1c30df9f0c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 26 11:00:40 2021 +0200

    Boot time lab: add missing sudo
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

3b42f4f2e842c7238e4eafcafc82fb1c30df9f0c
 .../boot-time-build-kernel-and-start-system.tex                         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex b/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
index fde2a17d..f820d2e1 100644
--- a/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
+++ b/labs/boot-time-build-kernel-and-start-system/boot-time-build-kernel-and-start-system.tex
@@ -157,7 +157,7 @@ connected to your workstation:
 
 \begin{verbatim}
 cd ~/boot-time-labs/rootfs/buildroot
-rm -rf /media/$USER/rootfs/*
+sudo rm -rf /media/$USER/rootfs/*
 sudo tar -C /media/$USER/rootfs/ -xf output/images/rootfs.tar
 sudo umount /media/$USER/rootfs
 sudo umount /media/$USER/boot




More information about the training-materials-updates mailing list