ref-manual: Added boot-directdisk class.

(From yocto-docs rev: 6c40ec521aeb15e590efeaa33fa049f3ae644063)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2013-11-26 09:26:21 -08:00
committed by Richard Purdie
parent 7bfbd54617
commit 246fafd2e1
2 changed files with 26 additions and 7 deletions

View File

@@ -211,7 +211,7 @@
</para>
</section>
<section id='ref-classes-bin-package.bbclass'>
<section id='ref-classes-bin-package'>
<title><filename>bin_package.bbclass</filename></title>
<para>
@@ -234,7 +234,7 @@
</para>
</section>
<section id='ref-classes-blacklist.bbclass'>
<section id='ref-classes-blacklist'>
<title><filename>blacklist.bbclass</filename></title>
<para>
@@ -256,7 +256,26 @@
</para>
</section>
<section id='ref-classes-bootimg.bbclass'>
<section id='ref-classes-boot-directdisk'>
<title><filename>boot-directdisk.bbclass</filename></title>
<para>
The boot direct disk (<filename>boot-directdisk</filename>) class
creates an image that can be placed directly onto a hard disk using
<filename>dd</filename> and then booted.
The image uses SYSLINUX.
</para>
<para>
The end result is a 512 boot sector populated with a
Master Boot Record (MBR) and partition table followed by an MSDOS
FAT16 partition containing SYSLINUX and a Linux kernel completed by
the <filename>ext2</filename> and <filename>ext3</filename>
root filesystems.
</para>
</section>
<section id='ref-classes-bootimg'>
<title><filename>bootimg.bbclass</filename></title>
<para>