aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-15 09:27:42 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-21 19:06:53 +0100
commit6aeed29a51b453ec1d424e60b10357beaade0e10 (patch)
treee5847045966048d2df9e4dc62c832a47f6041ec9
parented3cd02d4cd7f871eec5f3fbe005614db1142b7a (diff)
downloadopenembedded-core-contrib-6aeed29a51b453ec1d424e60b10357beaade0e10.tar.gz
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>
-rw-r--r--documentation/ref-manual/ref-variables.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 66bb6a8138..5add80f815 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -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.