From 4fc256d14516361c3235c932027fac765250a231 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Jul 2016 11:24:43 -0700 Subject: [PATCH] ref-manual: Updated the INITRAMFS_FSTYPES variable. Fixes [YOCTO #10012] Added a new paragraph to the end explaining the default behavior. (From yocto-docs rev: 1591f96fc04f64906145f272d205ec6c44ac70c0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 973a761b95..c7f1122fd4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6073,6 +6073,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" IMAGE_FSTYPES variable. + + + The default value of this variable, which is set in the + meta/conf/bitbake.conf configuration + file in the + Source Directory, + is "cpio.gz". + The Linux kernel's initramfs mechanism, as opposed to the + initrd mechanism, expects an optionally compressed cpio + archive. +