summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-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"
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.