[bootlin/training-materials updates] master: Embedded Linux: mention systemd-boot (6434b106)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 9 09:22:33 CET 2021


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

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

commit 6434b1067990a63c0c6d09c2479c7d023a118dbc
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 9 09:22:33 2021 +0100

    Embedded Linux: mention systemd-boot
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

6434b1067990a63c0c6d09c2479c7d023a118dbc
 .../sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex   | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
index 6731a3f3..d4712a20 100644
--- a/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
+++ b/slides/sysdev-bootloaders-sequence/sysdev-bootloaders-sequence.tex
@@ -44,15 +44,19 @@
 \begin{frame}
   \frametitle{Bootloaders on x86 (2)}
   \begin{itemize}
-  \item GRUB, Grand Unified Bootloader, the most powerful one.\\
+  \item {\em GRUB}, {\em Grand Unified Bootloader}, the most powerful one.\\
     \url{https://www.gnu.org/software/grub/}
     \begin{itemize}
     \item Can read many filesystem formats to load the kernel image
       and the configuration, provides a powerful shell with various
       commands, can load kernel images over the network, etc.
     \end{itemize}
-  \item Syslinux, for network and removable media booting (USB key, CD-ROM)\\
+  \item {\em Syslinux}, for network and removable media booting (USB key, CD-ROM)\\
     \small\url{https://kernel.org/pub/linux/utils/boot/syslinux/}\normalsize
+  \item {\em Systemd-boot}, a very simple UEFI boot manager (formerly {\em Gumniboot})
+    \begin{itemize}
+    \item Of course, not based on {\em Systemd}, but hosted by this project.
+    \end{itemize}
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list