summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-images.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-images.xml')
-rw-r--r--documentation/ref-manual/ref-images.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml
index aaeda55226..6f10a6fd2a 100644
--- a/documentation/ref-manual/ref-images.xml
+++ b/documentation/ref-manual/ref-images.xml
@@ -9,7 +9,7 @@
9 <para> 9 <para>
10 The OpenEmbedded build system provides several example 10 The OpenEmbedded build system provides several example
11 images to satisfy different needs. 11 images to satisfy different needs.
12 When you issue the <filename>bitbake</filename> command you provide a top-level recipe 12 When you issue the <filename>bitbake</filename> command you provide a "top-level" recipe
13 that essentially begins the build for the type of image you want. 13 that essentially begins the build for the type of image you want.
14 </para> 14 </para>
15 15
@@ -100,7 +100,7 @@
100 <listitem><para id='images-core-image-minimal-initramfs'><filename>core-image-minimal-initramfs</filename>: 100 <listitem><para id='images-core-image-minimal-initramfs'><filename>core-image-minimal-initramfs</filename>:
101 A <filename>core-image-minimal</filename> image that has the Minimal RAM-based 101 A <filename>core-image-minimal</filename> image that has the Minimal RAM-based
102 Initial Root Filesystem (initramfs) as part of the kernel, 102 Initial Root Filesystem (initramfs) as part of the kernel,
103 which allows the system to find the first init program more efficiently. 103 which allows the system to find the first "init" program more efficiently.
104 See the 104 See the
105 <link linkend='var-PACKAGE_INSTALL'><filename>PACKAGE_INSTALL</filename></link> 105 <link linkend='var-PACKAGE_INSTALL'><filename>PACKAGE_INSTALL</filename></link>
106 variable for additional information helpful when working with 106 variable for additional information helpful when working with