Re: / on ramfs, possible?

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Oct 30 2000 - 07:42:56 EST


> I want my / to be a ramfs filesystem. I intend to populate it from an
> initrd image, and then remount / as the ramfs filesystem. Is that at
> all possible? The way I see it the kernel requires / on a device
> (major,minor) or nfs.
>
> Am I out of luck using ramfs as /? If it's easy to fix, how do I fix it?

Firstly make sure you get the patches that make ramfs work if they arent all
yet applied, then build your initrd that populates it on boot. Now you can
make use of the pivot_root() syscall (you may need to generate your own
syscall wrapper for that one as its very new). That lets you flip your root
and initrd around

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



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:26 EST