On Sun, 25 Feb 2001, Sandy Harris wrote:
> One is just mount a ramdisk and extract a tarball into its root. Yes, this has
> some problems -- how do you load tar when you haven't set up your root? -- but
> I suspect they can be solved. At worst, this would involve some strictly limited
> kluge to do that.
No kludges actually needed. "Simplified boot sequence" _is_ simplified -
we overmount the "final" root over ramfs. Initially empty. So you have
the normal environment when you load ramdisk, etc.
IOW, with the namespaces patch you can have root (empty, writable)
as soon as you've registered ramfs driver. I.e. _very_ early - before
device initialization, for one thing. Actual mounting of the "final"
root happen very late, along with all initrd games, etc. That stuff
(in do_mounts.c) could be executed as userland process, actually -
see the comments in init/do_mounts.c and actual code there.
Cheers,
Al
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- [PATCH][CFT] per-process namespaces for Linux Alexander Viro
- RE: [PATCH][CFT] per-process namespaces for Linux Peter J. Braam
- Re: [PATCH][CFT] per-process namespaces for Li... Christoph Hellwig
- Re: [PATCH][CFT] per-process namespaces for Linux Rick Hohensee
- Re: [PATCH][CFT] per-process namespaces for Li... Alexander Viro
- [PATCH][CFT] per-process namespaces for Linux Manfred Spraul
- Re: [PATCH][CFT] per-process namespaces for Li... Alexander Viro
- Re: [PATCH][CFT] per-process namespaces fo... Sandy Harris
- Re: [PATCH][CFT] per-process namespace... Alexander Viro
- Re: [PATCH][CFT] per-process name... Werner Almesberger
- Re: [PATCH][CFT] per-process ... Alexander Viro
- Re: [PATCH][CFT] per-proc... Werner Almesberger
- Re: [PATCH][CFT] per-proc... Alexander Viro
- Re: [PATCH][CFT] per-proc... Marco d'Itri
- Re: [PATCH][CFT] per-proc... Alexander Viro
- Re: [PATCH][CFT] per-proc... Alexander Viro
- Re: [PATCH][CFT] per-proc... Alexander Viro
- Re: [PATCH][CFT] per-proc... Albert D. Cahalan
- Re: [PATCH][CFT] per-proc... Alexander Viro

