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".
+
+
+ See the
+ image-live
+ class for more information.
+
@@ -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.
- The variable is mandatory and is used in recipes when using
- update-rc.d.bbclass.
+ The variable's default value is "defaults", which is
+ set in the
+ update-rc.d
+ class.
+
+
The value in
INITSCRIPT_PARAMS is passed through
to the update-rc.d command.