Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
soc:2009:pravin:journal:initramfsbko [2009/06/19 06:47] less1 |
soc:2009:pravin:journal:initramfsbko [2009/06/19 06:53] (current) less1 |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| + | Possible solution : I need to find the way to resize the //minirt// so that I can add few more static executables which are needed by me for booting. | ||
| ===== Approach - 2 : using cpio ===== | ===== Approach - 2 : using cpio ===== | ||
| Line 62: | Line 63: | ||
| .......... | .......... | ||
| </code> | </code> | ||
| + | |||
| + | I tried googling on error //cpio: Malformed number// it seems there are some kind of version issues. | ||
| + | ===== fuse.ko for linux-2.6.19 ===== | ||
| + | I have wasted lot of time in finding fuse.ko for kernel 2.6.19. Then I came across statement somewhere that | ||
| + | //Kernel 2.6.14 and up have build-in Fuse-support.// on page [[http://httpfs.sourceforge.net/fuse_intro.htm]] so, I am not bothering to insert fuse module manually. | ||