[bootlin/training-materials updates] master: Boot time labs: fix description (b8084511)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 9 11:57:33 CEST 2021


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

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

commit b808451140a3423c970314c734fb0c3942af3024
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 9 11:57:33 2021 +0200

    Boot time labs: fix description
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

b808451140a3423c970314c734fb0c3942af3024
 .../boot-time-filesystem-optimizations.tex                            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/boot-time-filesystem-optimizations/boot-time-filesystem-optimizations.tex b/labs/boot-time-filesystem-optimizations/boot-time-filesystem-optimizations.tex
index 24c9fbee..d7993523 100644
--- a/labs/boot-time-filesystem-optimizations/boot-time-filesystem-optimizations.tex
+++ b/labs/boot-time-filesystem-optimizations/boot-time-filesystem-optimizations.tex
@@ -74,8 +74,8 @@ images for such filesystems for you.
 Booting from an {\em initramfs} is completely different. The strong
 advantage here is that the root filesystem will be extracted from an
 archive inside the kernel binary. So instead of several reads from the
-MMC, we will just have one reading (though bigger) the kernel binary.
-This can work well with small root filesystems as ours.
+MMC, we will just have a single one (though bigger), in addition to the
+Device Tree binary.  This can work well with small root filesystems as ours.
 
 Booting the kernel should be faster too, as we won't need the MMC and
 filesystem drivers at all. So, let's configure the kernel accordingly.




More information about the training-materials-updates mailing list