summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-01 10:05:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:57:11 +0100
commitcc8c7daa62287fcefd65bae77a1b5e5b8289a18e (patch)
tree651b0c570ba0fcc009292ad80debd6bcfe4d4f9e /documentation/ref-manual/ref-variables.xml
parent8d0d487a12924017724d7c5a8d423b2b7536975a (diff)
downloadpoky-cc8c7daa62287fcefd65bae77a1b5e5b8289a18e.tar.gz
ref-manual: Added the INITRD_IMAGE variable description.
(From yocto-docs rev: cb74809cbbe6ce8696b31fd1b154bfcb2cb68a26) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 235939c6c7..4a7efdbeab 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4028,6 +4028,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4028 </glossdef> 4028 </glossdef>
4029 </glossentry> 4029 </glossentry>
4030 4030
4031 <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE</glossterm>
4032 <glossdef>
4033 <para>
4034 When building a "live" bootable image (i.e. when
4035 <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link>
4036 contains "live"), <filename>INITRD_IMAGE</filename>
4037 specifies the image recipe that should be built
4038 to provide the initial RAM disk image.
4039 The default value is "core-image-minimal-initramfs".
4040 </para>
4041 </glossdef>
4042 </glossentry>
4043
4031 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> 4044 <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm>
4032 <glossdef> 4045 <glossdef>
4033 <para> 4046 <para>