diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a4dbba4a3e..5bab8d4f24 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -22,7 +22,7 @@
D
E
F
- G
+ G
H
I
@@ -2879,6 +2879,28 @@
G
+ GLIBC_GENERATE_LOCALES
+
+
+ Specifies the list of GLIBC locales to generate should you
+ not wish generate all LIBC locals, which can be time
+ consuming.
+
+ If you specifically remove the locale
+ en_US.UTF-8, you must set
+ IMAGE_LINGUAS
+ appropriately.
+
+ You can set GLIBC_GENERATE_LOCALES
+ in your local.conf file.
+ By default, all locales are generated.
+
+ GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
+
+
+
+
+
GROUPADD_PARAM
@@ -3460,6 +3482,12 @@
packages only provide locale files by language and not by
country-specific language).
+
+
+ See the
+ GLIBC_GENERATE_LOCALES
+ variable for information on generating GLIBC locales.
+