diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-26 09:00:44 -0800 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:24 +0000 | 
| commit | 74df25fafc6c1e12eca164632a6659ad25dc4906 (patch) | |
| tree | c3e41cdbbf979c8ca30fbd331f6d5b5d96665087 | |
| parent | 77f2a85f6065f91d9627e09946c1719364d09128 (diff) | |
| download | poky-74df25fafc6c1e12eca164632a6659ad25dc4906.tar.gz | |
ref-manual: Added INITRD variable to the glossary.
(From yocto-docs rev: 02a2426dd9d0525c242088a7a43322de61b46ac5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 52599cd9fd..404d657128 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -2612,6 +2612,22 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 2612 | </glossdef> | 2612 | </glossdef> | 
| 2613 | </glossentry> | 2613 | </glossentry> | 
| 2614 | 2614 | ||
| 2615 | <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> | ||
| 2616 | <glossdef> | ||
| 2617 | <para> | ||
| 2618 | Indicates a filesystem image to use as an initial RAM | ||
| 2619 | disk (<filename>initrd</filename>). | ||
| 2620 | </para> | ||
| 2621 | |||
| 2622 | <para> | ||
| 2623 | The <filename>INITRD</filename> variable is an optional | ||
| 2624 | variable used with the | ||
| 2625 | <link linkend='ref-classes-buildimg'><filename>buildimg</filename></link> | ||
| 2626 | class. | ||
| 2627 | </para> | ||
| 2628 | </glossdef> | ||
| 2629 | </glossentry> | ||
| 2630 | |||
| 2615 | <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> | 2631 | <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> | 
| 2616 | <glossdef> | 2632 | <glossdef> | 
| 2617 | <para> | 2633 | <para> | 
