diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-15 09:27:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-21 19:06:53 +0100 |
commit | 6aeed29a51b453ec1d424e60b10357beaade0e10 (patch) | |
tree | e5847045966048d2df9e4dc62c832a47f6041ec9 /documentation/ref-manual/ref-variables.xml | |
parent | ed3cd02d4cd7f871eec5f3fbe005614db1142b7a (diff) | |
download | poky-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>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
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" | |||
4043 | to provide the initial RAM disk image. | 4043 | to provide the initial RAM disk image. |
4044 | The default value is "core-image-minimal-initramfs". | 4044 | The default value is "core-image-minimal-initramfs". |
4045 | </para> | 4045 | </para> |
4046 | |||
4047 | <para> | ||
4048 | See the | ||
4049 | <link linkend='ref-classes-image-live'><filename>image-live</filename></link> | ||
4050 | class for more information. | ||
4051 | </para> | ||
4046 | </glossdef> | 4052 | </glossdef> |
4047 | </glossentry> | 4053 | </glossentry> |
4048 | 4054 | ||
@@ -4086,8 +4092,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
4086 | stops the script in levels 0, 1 and 6. | 4092 | stops the script in levels 0, 1 and 6. |
4087 | </para> | 4093 | </para> |
4088 | <para> | 4094 | <para> |
4089 | The variable is mandatory and is used in recipes when using | 4095 | The variable's default value is "defaults", which is |
4090 | <filename>update-rc.d.bbclass</filename>. | 4096 | set in the |
4097 | <link linkend='ref-classes-update-rc.d'><filename>update-rc.d</filename></link> | ||
4098 | class. | ||
4099 | </para> | ||
4100 | <para> | ||
4091 | The value in | 4101 | The value in |
4092 | <filename>INITSCRIPT_PARAMS</filename> is passed through | 4102 | <filename>INITSCRIPT_PARAMS</filename> is passed through |
4093 | to the <filename>update-rc.d</filename> command. | 4103 | to the <filename>update-rc.d</filename> command. |