summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-07 09:10:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-08 14:20:15 +0100
commitd4a245824c649f7f4dbb4a3dbb0b2bc6cc515247 (patch)
tree4ce9ba225982d591f6a6b1f145df05d80704fcba
parent9814bdfd6d64fcd50d511e861c8729af74fe1698 (diff)
downloadpoky-d4a245824c649f7f4dbb4a3dbb0b2bc6cc515247.tar.gz
ref-manual: Updated the bootimg class description.
Found some poor writing in this description. (From yocto-docs rev: f54810d68a5efb25c102cd99a7e2b9cfcf7ad7de) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 7151d2d928..fae0c7832b 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -276,7 +276,7 @@
276 276
277 <para> 277 <para>
278 The <filename>bootimg</filename> class creates a bootable 278 The <filename>bootimg</filename> class creates a bootable
279 image using SYSLINUX, your kernel and an optional initial RAM disk 279 image using SYSLINUX, your kernel, and an optional initial RAM disk
280 (<filename>initrd</filename>). 280 (<filename>initrd</filename>).
281 </para> 281 </para>
282 282
@@ -285,7 +285,7 @@
285 <itemizedlist> 285 <itemizedlist>
286 <listitem><para> 286 <listitem><para>
287 A <filename>.hddimg</filename> file is created. 287 A <filename>.hddimg</filename> file is created.
288 This file which is an MSDOS filesystem that contains SYSLINUX, 288 This file is an MSDOS filesystem that contains SYSLINUX,
289 a kernel, an <filename>initrd</filename>, and a root filesystem 289 a kernel, an <filename>initrd</filename>, and a root filesystem
290 image. 290 image.
291 All three of these can be written to hard drives directly and 291 All three of these can be written to hard drives directly and