[bootlin/training-materials updates] master: Boot time labs: remove unnecessary mounting of /sys (9b83e033)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 22 18:24:55 CEST 2019


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

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

commit 9b83e033572855f544ce232a8ecd92d347d93f46
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 22 18:24:55 2019 +0200

    Boot time labs: remove unnecessary mounting of /sys
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

9b83e033572855f544ce232a8ecd92d347d93f46
 lab-data/boot-time/rootfs/data/playvideo | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lab-data/boot-time/rootfs/data/playvideo b/lab-data/boot-time/rootfs/data/playvideo
index d90f1d81..7dfdb906 100755
--- a/lab-data/boot-time/rootfs/data/playvideo
+++ b/lab-data/boot-time/rootfs/data/playvideo
@@ -1,5 +1,4 @@
 #!/bin/sh
-mount -t sysfs none /sys
 if ! [ -e /dev/video0 ]
 then
    echo "Waiting for /dev/video0 to be ready..."




More information about the training-materials-updates mailing list