diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 09:26:21 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:25 +0000 |
| commit | 5f6fc8843302dc36df46785f84cf6cacc92eac43 (patch) | |
| tree | 34108a3bc5920554fc5f14706385d83dc4c4ab49 /documentation/ref-manual/ref-classes.xml | |
| parent | ace0b23d0a3d52a3fcb626a58e238a8a8f507429 (diff) | |
| download | poky-5f6fc8843302dc36df46785f84cf6cacc92eac43.tar.gz | |
ref-manual: Added boot-directdisk class.
(From yocto-docs rev: c5644de8ffd3c3a1ee167fe6dfa62ac1ea1bf6be)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 66e4a05509..a1d2c78449 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -211,7 +211,7 @@ | |||
| 211 | </para> | 211 | </para> |
| 212 | </section> | 212 | </section> |
| 213 | 213 | ||
| 214 | <section id='ref-classes-bin-package.bbclass'> | 214 | <section id='ref-classes-bin-package'> |
| 215 | <title><filename>bin_package.bbclass</filename></title> | 215 | <title><filename>bin_package.bbclass</filename></title> |
| 216 | 216 | ||
| 217 | <para> | 217 | <para> |
| @@ -234,7 +234,7 @@ | |||
| 234 | </para> | 234 | </para> |
| 235 | </section> | 235 | </section> |
| 236 | 236 | ||
| 237 | <section id='ref-classes-blacklist.bbclass'> | 237 | <section id='ref-classes-blacklist'> |
| 238 | <title><filename>blacklist.bbclass</filename></title> | 238 | <title><filename>blacklist.bbclass</filename></title> |
| 239 | 239 | ||
| 240 | <para> | 240 | <para> |
| @@ -256,7 +256,26 @@ | |||
| 256 | </para> | 256 | </para> |
| 257 | </section> | 257 | </section> |
| 258 | 258 | ||
| 259 | <section id='ref-classes-bootimg.bbclass'> | 259 | <section id='ref-classes-boot-directdisk'> |
| 260 | <title><filename>boot-directdisk.bbclass</filename></title> | ||
| 261 | |||
| 262 | <para> | ||
| 263 | The boot direct disk (<filename>boot-directdisk</filename>) class | ||
| 264 | creates an image that can be placed directly onto a hard disk using | ||
| 265 | <filename>dd</filename> and then booted. | ||
| 266 | The image uses SYSLINUX. | ||
| 267 | </para> | ||
| 268 | |||
| 269 | <para> | ||
| 270 | The end result is a 512 boot sector populated with a | ||
| 271 | Master Boot Record (MBR) and partition table followed by an MSDOS | ||
| 272 | FAT16 partition containing SYSLINUX and a Linux kernel completed by | ||
| 273 | the <filename>ext2</filename> and <filename>ext3</filename> | ||
| 274 | root filesystems. | ||
| 275 | </para> | ||
| 276 | </section> | ||
| 277 | |||
| 278 | <section id='ref-classes-bootimg'> | ||
| 260 | <title><filename>bootimg.bbclass</filename></title> | 279 | <title><filename>bootimg.bbclass</filename></title> |
| 261 | 280 | ||
| 262 | <para> | 281 | <para> |
