diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 4a7efdbeab..6f90c5cf3b 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -8334,6 +8334,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ SYSVINIT_ENABLED_GETTYS
+
+
+ When using
+ SysVinit,
+ specifies a space-separated list of the virtual terminals
+ that should be running a
+ getty
+ (allowing login), assuming
+ USE_VT
+ is not set to "0".
+
+
+
+ The default value for
+ SYSVINIT_ENABLED_GETTYS is "1"
+ (i.e. only run a getty on the first virtual terminal).
+
+
+
+
T