Make sure we populate the initroot filesystem late enough
authorLinus Torvalds <torvalds@woody.osdl.org>
Mon, 11 Dec 2006 20:12:04 +0000 (12:12 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 11 Dec 2006 20:12:04 +0000 (12:12 -0800)
We should not initialize rootfs before all the core initializers have
run.  So do it as a separate stage just before starting the regular
driver initializers.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found