Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:bootovernfs [2009/06/01 15:04] less1 |
wiki:bootovernfs [2009/06/01 18:07] (current) less1 |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * http://lxr.linux.no/linux/Documentation/initrd.txt | * http://lxr.linux.no/linux/Documentation/initrd.txt | ||
| * Referring http://fxr.watson.org/fxr/source/Documentation/nfsroot.txt?v=linux-2.6 Hoping to get some answers | * Referring http://fxr.watson.org/fxr/source/Documentation/nfsroot.txt?v=linux-2.6 Hoping to get some answers | ||
| - | - | + | |
| + | ==== Answers ==== | ||
| + | * It seems CONFIG_ROOT_FS can be entirely ignored :-) | ||
| + | * It is nothing but automatically mounting the NFS filesystem by kernel | ||
| + | * All things done by CONFIG_ROOT_FS can be done from initramfs. | ||
| ===== Further Reading ===== | ===== Further Reading ===== | ||
| - Documentation/early-userspace/buffer-format.txt for CPIO format | - Documentation/early-userspace/buffer-format.txt for CPIO format | ||