diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-01 10:05:54 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:11 +0100 |
commit | cc8c7daa62287fcefd65bae77a1b5e5b8289a18e (patch) | |
tree | 651b0c570ba0fcc009292ad80debd6bcfe4d4f9e /documentation/ref-manual/ref-variables.xml | |
parent | 8d0d487a12924017724d7c5a8d423b2b7536975a (diff) | |
download | ast2050-yocto-poky-cc8c7daa62287fcefd65bae77a1b5e5b8289a18e.zip ast2050-yocto-poky-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.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 235939c..4a7efdb 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" </glossdef> </glossentry> + <glossentry id='var-INITRD_IMAGE'><glossterm>INITRD_IMAGE</glossterm> + <glossdef> + <para> + When building a "live" bootable image (i.e. when + <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> + contains "live"), <filename>INITRD_IMAGE</filename> + specifies the image recipe that should be built + to provide the initial RAM disk image. + The default value is "core-image-minimal-initramfs". + </para> + </glossdef> + </glossentry> + <glossentry id='var-INITSCRIPT_NAME'><glossterm>INITSCRIPT_NAME</glossterm> <glossdef> <para> |