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 @@ -
+
<filename>bin_package.bbclass</filename> @@ -234,7 +234,7 @@
-
+
<filename>blacklist.bbclass</filename> @@ -256,7 +256,26 @@
-
+
+ <filename>boot-directdisk.bbclass</filename> + + + The boot direct disk (boot-directdisk) class + creates an image that can be placed directly onto a hard disk using + dd and then booted. + The image uses SYSLINUX. + + + + 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 ext2 and ext3 + root filesystems. + +
+ +
<filename>bootimg.bbclass</filename> diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b8e7c9f426..f28c62454b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2622,7 +2622,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The INITRD variable is an optional variable used with the - buildimg + buildimg class. @@ -3730,7 +3730,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Causes the OpenEmbedded build system to skip building the .hddimg image. The NOHDD variable is used with the - buildimg + buildimg class. Set the variable to "1" to prevent the .hddimg image from being built. @@ -3744,7 +3744,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Causes the OpenEmbedded build system to skip building the ISO image. The NOISO variable is used with the - buildimg + buildimg class. Set the variable to "1" to prevent the ISO image from being built. @@ -4818,7 +4818,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The ROOTFS variable is an optional variable used with the - buildimg + buildimg class.