diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 90762e3aa3..2e02a88980 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -11334,28 +11334,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - UPDATERCPN - - UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." - - - - For recipes inheriting the - update-rc.d - class, UPDATERCPN specifies - the package that contains the initscript that is to be - enabled. - - - - The default value is "${PN}". - Given that almost all recipes that install initscripts - package them in the main package for the recipe, you - rarely need to set this variable in individual recipes. - - - - UBOOT_ENTRYPOINT UBOOT_ENTRYPOINT[doc] = "Specifies the entry point for the U-Boot image." @@ -11475,6 +11453,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + UPDATERCPN + + UPDATERCPN[doc] = "Specifies the package that contains the initscript that is to be enabled." + + + + For recipes inheriting the + update-rc.d + class, UPDATERCPN specifies + the package that contains the initscript that is to be + enabled. + + + + The default value is "${PN}". + Given that almost all recipes that install initscripts + package them in the main package for the recipe, you + rarely need to set this variable in individual recipes. + + + + USE_VT USE_VT[doc] = "When using SysVinit, determines whether or not to run a getty on any virtual terminals in order to enable logging in through those terminals."