summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2bd3a27a94..b57c7bd344 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3148,6 +3148,25 @@
3148 </glossdef> 3148 </glossdef>
3149 </glossentry> 3149 </glossentry>
3150 3150
3151 <glossentry id='var-IMAGE_DEVICE_TABLES'><glossterm>IMAGE_DEVICE_TABLES</glossterm>
3152 <glossdef>
3153 <para>
3154 Specifies one or more files that contain custom device
3155 tables that are passed to the
3156 <filename>makedevs</filename> command as part of creating
3157 an image.
3158 These files list basic device nodes that should be
3159 created under <filename>/dev</filename> within the image.
3160 If <filename>IMAGE_DEVICE_TABLES</filename> is not set,
3161 <filename>files/device_table-minimal.txt</filename> is
3162 used.
3163 For details on how you should write device table files,
3164 see the <filename>files/device_table-minimal.txt</filename>
3165 as an example.
3166 </para>
3167 </glossdef>
3168 </glossentry>
3169
3151 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm> 3170 <glossentry id='var-IMAGE_FEATURES'><glossterm>IMAGE_FEATURES</glossterm>
3152 <glossdef> 3171 <glossdef>
3153 <para> 3172 <para>