From a31ea22301e9d90ef13ea28c7e42a135283e01b4 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 25 Feb 2019 12:54:13 +0106 Subject: boot-process-basics: fix various typos from translation Signed-off-by: John Ogness --- .../boot-process-basics/pres_boot-process-basics_en.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-basics/boot-process-basics/pres_boot-process-basics_en.tex b/linux-basics/boot-process-basics/pres_boot-process-basics_en.tex index d6a0af0..a662159 100644 --- a/linux-basics/boot-process-basics/pres_boot-process-basics_en.tex +++ b/linux-basics/boot-process-basics/pres_boot-process-basics_en.tex @@ -164,7 +164,7 @@ Use the scope, Luke! ;) \begin{frame}[fragile] \frametitle{Boot Time Analysis: Kernel} \begin{itemize} -\item boot the target withinitcall\_debug und printk.time=1 +\item boot the target with initcall\_debug und printk.time=1 \item from the target: dmesg > bootlog.txt \item copy bootlog.txt to the host \item from the host: @@ -186,13 +186,13 @@ perl linux-src/scripts/bootgraph.pl < bootlog.txt > bootlog.svg \frametitle{Boot Time Analysis: System V} Analyze the boot process with bootchart: \begin{itemize} -\item booten the target with init=/sbin/bootchartd +\item boot the target with init=/sbin/bootchartd \item after booting, stop bootchard on the target: \begin{verbatim} /sbin/bootchartd stop \end{verbatim} -\item copy /var/log/bootchart.tgz to the host -\item from the host generate an SVG graphic file: +\item (for older versions) copy /var/log/bootchart.tgz to the host +\item (for older versions) from the host generate an SVG graphic file: \begin{verbatim} java -jar bootchart.jar -f svg bootchart.tgz \end{verbatim} @@ -221,7 +221,7 @@ $ systemd-analyze blame # or -$ system-analyze plot > boot.svg +$ systemd-analyze plot > boot.svg \end{verbatim} \item copy the output or plot to the host to analyze \end{itemize} -- cgit v1.2.3