ref-manual: Updated some glossary variables:

* INITSCRIPT_PARAMS - noted the default
 * INITRD_IMAGE - added a reference into the image-live class.

(From yocto-docs rev: 152cb93ca591c46a1344f2f09e0f85f14519ddf3)

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
2014-07-15 09:27:42 +03:00
committed by Richard Purdie
parent ed3cd02d4c
commit 6aeed29a51

View File

@@ -4043,6 +4043,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
to provide the initial RAM disk image.
The default value is "core-image-minimal-initramfs".
</para>
<para>
See the
<link linkend='ref-classes-image-live'><filename>image-live</filename></link>
class for more information.
</para>
</glossdef>
</glossentry>
@@ -4086,8 +4092,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
stops the script in levels 0, 1 and 6.
</para>
<para>
The variable is mandatory and is used in recipes when using
<filename>update-rc.d.bbclass</filename>.
The variable's default value is "defaults", which is
set in the
<link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link>
class.
</para>
<para>
The value in
<filename>INITSCRIPT_PARAMS</filename> is passed through
to the <filename>update-rc.d</filename> command.