summaryrefslogtreecommitdiffstats
path: root/fs/initramfs/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-10 22:30:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-09 11:04:36 +0200
commit0585241505cfaddc9db6ae92739bdfb5ce5f9794 (patch)
tree8fb56f7d4ba91b0384e522c10ed9dbdb77dfe7ec /fs/initramfs/Config.in
parent325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 (diff)
downloadbuildroot-novena-0585241505cfaddc9db6ae92739bdfb5ce5f9794.tar.gz
buildroot-novena-0585241505cfaddc9db6ae92739bdfb5ce5f9794.zip
Move all filesystem generation code to fs/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs/initramfs/Config.in')
-rw-r--r--fs/initramfs/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs/initramfs/Config.in b/fs/initramfs/Config.in
new file mode 100644
index 000000000..d53982cb9
--- /dev/null
+++ b/fs/initramfs/Config.in
@@ -0,0 +1,15 @@
+config BR2_TARGET_ROOTFS_INITRAMFS
+ bool "initramfs for initial ramdisk of linux kernel"
+ help
+ Build a file which is usable for the gen_init_cpio tool
+ at linux kernel build.
+ This file is normally called initramfs_list and can be
+ generated with gen_initramfs_list.sh script from the root
+ directory structure.
+ The file is then used in the kernel build process to generate
+ the cpio filesystem for the initial ramdisk. Make sure that
+ you configure this file in kernel build configuration.
+ The location in the kernel build configuration menu is
+ Device Drivers -> Block devices -> Initramfs source file(s).
+ The configuration variable is CONFIG_INITRAMFS_SOURCE
+