summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r--documentation/adt-manual/adt-prepare.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 65df1d03e6..2dc9843259 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -1,6 +1,7 @@
1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4<!--SPDX-License-Identifier: CC-BY-2.0-UK-->
4 5
5<chapter id='adt-prepare'> 6<chapter id='adt-prepare'>
6 7
@@ -231,7 +232,7 @@
231 own location, you are prompted to run the installation script 232 own location, you are prompted to run the installation script
232 interactively or in silent mode. 233 interactively or in silent mode.
233 If you want to closely monitor the installation, 234 If you want to closely monitor the installation,
234 choose I for interactive mode rather than S for silent mode. 235 choose "I" for interactive mode rather than "S" for silent mode.
235 Follow the prompts from the script to complete the installation. 236 Follow the prompts from the script to complete the installation.
236 </para> 237 </para>
237 238
@@ -764,7 +765,7 @@
764 <itemizedlist> 765 <itemizedlist>
765 <listitem><para>Install the appropriate stand-alone toolchain tarball.</para></listitem> 766 <listitem><para>Install the appropriate stand-alone toolchain tarball.</para></listitem>
766 <listitem><para>Download the pre-built image that will boot with QEMU. 767 <listitem><para>Download the pre-built image that will boot with QEMU.
767 You need to be sure to get the QEMU image that matches your target machines 768 You need to be sure to get the QEMU image that matches your target machine's
768 architecture (e.g. x86, ARM, etc.).</para></listitem> 769 architecture (e.g. x86, ARM, etc.).</para></listitem>
769 <listitem><para>Download the filesystem image for your target machine's architecture. 770 <listitem><para>Download the filesystem image for your target machine's architecture.
770 </para></listitem> 771 </para></listitem>