[PATCH] Select cpio_list or source directory for initramfs image
authorMartin Schlemmer <azarah@nosferatu.za.org>
Wed, 20 Oct 2004 01:23:20 +0000 (18:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:23:20 +0000 (18:23 -0700)
commit187ada2d0b0a75e5e3533dbfdbd0f5497d978b02
treeec81c85afd9bfb2ff5ace21892abba940693ee30
parent6fa95f2bbf236668a7a0c6305dcda20da5dafbb9
[PATCH] Select cpio_list or source directory for initramfs image

Attached is a patch that adds CONFIG_INITRAMFS_SOURCE, enabling you to
either specify a file as cpio_list, or a directory to generate a list from.

It depreciate the INITRAMFS_LIST environment variable introduced not long
ago.

There are some issues (suggestions/patches welcome) that I am not
sure about:
1) I put the menu entry under block devices, but I am not sure if
   this is the correct location?
2) There might be a better (or more correct) way to do this with
   kbuild?
3) Variable names and especially help text needs some love.
4) I am not sure if I am duplicating work in progress?

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/Kconfig
scripts/gen_initramfs_list.sh [new file with mode: 0644]
usr/Makefile