From 78961c0190117de1ed788b33632e313947ba7415 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Nov 2013 08:55:01 -0800 Subject: [PATCH] ref-manual: Added bootimg class description. (From yocto-docs rev: 01e51a69b3102e2a52826383762e8148d37933bf) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index c1c3baa392..ce8f6a6ba2 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -256,6 +256,45 @@ +
+ <filename>bootimg.bbclass</filename> + + + The boot image (bootimg class creates a bootable + image using SYSLINUX, your kernel and an optional initial ram disk + (initrd). + + + + When you use this class, two things happen: + + + A .hddimg file is created. + This file which is an MSDOS filesystem that contains SYSLINUX, + a kernel, an initrd, and a root filesystem + image. + All three of these can be written to hard drives directly and + also booted on a USB flash disks using dd. + + + A CD .iso image is created. + When this file is booted, the initrd + boots and processes the label selected in SYSLINUX. + Actions based on the label are then performed (e.g. installing + to a hard drive). + + + + + The bootimg class supports the + INITRD, + NOISO, + NOHDD, and + ROOTFS + variables. + +
+
Debian Renaming - <filename>debian.bbclass</filename>