diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-08-06 13:24:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:30 +0100 |
commit | d211d47e4b4be64d11f7829a818325fa1c8979e1 (patch) | |
tree | 9653c824fc05dd8f01821b4af2a86bbf9157a917 /documentation/ref-manual | |
parent | 80bd63ba0918dd599ee2f98b1adac307bcc8499c (diff) | |
download | poky-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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 7 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
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 @@ | |||
881 | <itemizedlist> | 881 | <itemizedlist> |
882 | <listitem><para> | 882 | <listitem><para> |
883 | <link linkend='var-INITRD'><filename>INITRD</filename></link>: | 883 | <link linkend='var-INITRD'><filename>INITRD</filename></link>: |
884 | Indicates a filesystem image to use as an initrd (optional). | 884 | Indicates list of filesystem images to concatenate and use |
885 | as an initial RAM disk (initrd) (optional). | ||
885 | </para></listitem> | 886 | </para></listitem> |
886 | <listitem><para> | 887 | <listitem><para> |
887 | <link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>: | 888 | <link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>: |
@@ -2864,8 +2865,8 @@ | |||
2864 | The class supports the following variables: | 2865 | The class supports the following variables: |
2865 | <itemizedlist> | 2866 | <itemizedlist> |
2866 | <listitem><para><emphasis><link linkend='var-INITRD'><filename>INITRD</filename></link>:</emphasis> | 2867 | <listitem><para><emphasis><link linkend='var-INITRD'><filename>INITRD</filename></link>:</emphasis> |
2867 | Indicates a filesystem image to use as an initial RAM disk | 2868 | Indicates list of filesystem images to concatenate and use as |
2868 | (initrd). | 2869 | an initial RAM disk (initrd). |
2869 | This variable is optional.</para></listitem> | 2870 | This variable is optional.</para></listitem> |
2870 | <listitem><para><emphasis><link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:</emphasis> | 2871 | <listitem><para><emphasis><link linkend='var-ROOTFS'><filename>ROOTFS</filename></link>:</emphasis> |
2871 | Indicates a filesystem image to include as the root filesystem. | 2872 | 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" | |||
4020 | <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> | 4020 | <glossentry id='var-INITRD'><glossterm>INITRD</glossterm> |
4021 | <glossdef> | 4021 | <glossdef> |
4022 | <para> | 4022 | <para> |
4023 | Indicates a filesystem image to use as an initial RAM | 4023 | Indicates list of filesystem images to concatenate and use |
4024 | disk (<filename>initrd</filename>). | 4024 | as an initial RAM disk (<filename>initrd</filename>). |
4025 | </para> | 4025 | </para> |
4026 | 4026 | ||
4027 | <para> | 4027 | <para> |