aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2014-08-06 13:24:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-12 13:50:30 +0100
commitd211d47e4b4be64d11f7829a818325fa1c8979e1 (patch)
tree9653c824fc05dd8f01821b4af2a86bbf9157a917
parent80bd63ba0918dd599ee2f98b1adac307bcc8499c (diff)
downloadopenembedded-core-contrib-d211d47e4b4be64d11f7829a818325fa1c8979e1.tar.gz
ref-manual: INITRD var: make it a list of filesystem images.
The initrd image used by the Linux kernel is list of file system images concatenated together and presented as a single initrd file at boot time. So far the initrd is a single filesystem image. But in cases like to support early microcode loading, the initrd image need to have multiple filesystem images concatenated together. This commit is extending the INITRD variable from a single filesystem image to a list of filesystem images to satisfy the need mentioned above. (From yocto-docs rev: 051ef2e4d6480b28d21a59a79b6f0dca1a5944bd) 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-classes.xml7
-rw-r--r--documentation/ref-manual/ref-variables.xml4
2 files changed, 6 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index e7e9942b3b..a96ccfd652 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -881,7 +881,8 @@
<itemizedlist>
<listitem><para>
<link linkend='var-INITRD'><filename>INITRD</filename></link>:
- Indicates a filesystem image to use as an initrd (optional).
+ Indicates list of filesystem images to concatenate and use
+ as an initial RAM disk (initrd) (optional).
</para></listitem>
<listitem><para>
<link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:
@@ -2864,8 +2865,8 @@
The class supports the following variables:
<itemizedlist>
<listitem><para><emphasis><link linkend='var-INITRD'><filename>INITRD</filename></link>:</emphasis>
- Indicates a filesystem image to use as an initial RAM disk
- (initrd).
+ Indicates list of filesystem images to concatenate and use as
+ an initial RAM disk (initrd).
This variable is optional.</para></listitem>
<listitem><para><emphasis><link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:</emphasis>
Indicates a filesystem image to include as the root filesystem.
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 034eebe0e1..7ea753df71 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4020,8 +4020,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-INITRD'><glossterm>INITRD</glossterm>
<glossdef>
<para>
- Indicates a filesystem image to use as an initial RAM
- disk (<filename>initrd</filename>).
+ Indicates list of filesystem images to concatenate and use
+ as an initial RAM disk (<filename>initrd</filename>).
</para>
<para>