diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 90938885ed..2b7a4b9a11 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4070,6 +4070,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The variable is mandatory and is used in recipes when using update-rc.d.bbclass. + The value in + INITSCRIPT_PARAMS is passed through + to the update-rc.d command. + For more information on valid parameters, please see the + update-rc.d manual page at + . @@ -5525,7 +5531,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" what variables are overridden after BitBake parses recipes and configuration files. You can find more information on how overrides are handled - in the + in the "Conditional Syntax (Overrides)" section of the BitBake User Manual.