commit | 8d610dd52dd1da696e199e4b4545f33a2a5de5c6 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.osdl.org> | Mon Dec 11 12:12:04 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Mon Dec 11 12:12:04 2006 -0800 |
tree | 8b2eee4dac34ff5f1374225ccba3fedb8432b579 | |
parent | 8993780a6e44fb4e7ed34e33458506a775356c6e [diff] |
Make sure we populate the initroot filesystem late enough 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>