From d211d47e4b4be64d11f7829a818325fa1c8979e1 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 6 Aug 2014 13:24:35 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 7 ++++--- 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 @@ INITRD: - 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). ROOTFS: @@ -2864,8 +2865,8 @@ The class supports the following variables: INITRD: - 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. ROOTFS: 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" INITRD - 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). -- cgit 1.2.3-korg