Re: How far has initramfs got ?

Jan Harkes (jaharkes@cs.cmu.edu)
Sun, 28 Apr 2002 13:42:30 -0400


On Sun, Apr 28, 2002 at 04:00:16PM +0200, Christian Koenig wrote:
> How far have the initramfs stuff got ? Is there any code yet ?
> I have implementet some very very simple cpio image extraction in
> init/do_mounts.c and want to know if this could be usefull to somebody.
>
> Should it be possible to use initramfs without the ramdisk driver compiled in?

I would like to add that perhaps using tmpfs instead of ramfs would be
a nice touch. As the initial ramfs would get overmounted instead of
unmounted, this allows the contents of the initial fs to get swapped
out instead of either taking up memory indefinitely.

Also isn't tmpfs already compiled into the kernel by default to support
shared memory and such?

Jan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/