[bootlin/training-materials updates] master: Boot time: fix "systemd-analyze plot" diagram placement (4c9b58e3)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon May 2 14:32:00 CEST 2022


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

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

commit 4c9b58e3a2755df12aef5be281a88d1e6dd5ea9b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon May 2 14:32:00 2022 +0200

    Boot time: fix "systemd-analyze plot" diagram placement
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

4c9b58e3a2755df12aef5be281a88d1e6dd5ea9b
 slides/boot-time-init-scripts/boot-time-init-scripts.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/boot-time-init-scripts/boot-time-init-scripts.tex b/slides/boot-time-init-scripts/boot-time-init-scripts.tex
index 5f9efe4a..ad47a7c8 100644
--- a/slides/boot-time-init-scripts/boot-time-init-scripts.tex
+++ b/slides/boot-time-init-scripts/boot-time-init-scripts.tex
@@ -75,14 +75,14 @@ multi-user.target @47.820s
 \begin{frame}[fragile]
 \frametitle{systemd-analyze plot}
 \begin{columns}
-\column{0.9\textwidth}
+\column{0.8\textwidth}
 This command prints an SVG graphic detailing which system services have been started at what time,
 highlighting the time they spent on initialization.
 \begin{verbatim}
 $ systemd-analyze plot >bootup.svg
 $ inkscape bootup.svg
 \end{verbatim}
-\column{0.1\textwidth}
+\column{0.2\textwidth}
 \includegraphics[height=0.85\textheight]{slides/boot-time-init-scripts/systemd-analyze-plot.pdf}
 \end{columns}
 \end{frame}




More information about the training-materials-updates mailing list