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:pxeknifedsl [2009/06/13 04:30] less1 |
soc:2009:pravin:journal:pxeknifedsl [2009/06/13 15:05] (current) less1 |
||
---|---|---|---|
Line 87: | Line 87: | ||
httpfs /cdrom fuse rw,nosuid,nodev,user_id=0,group_id=0 0 0 | httpfs /cdrom fuse rw,nosuid,nodev,user_id=0,group_id=0 0 0 | ||
</code> | </code> | ||
- | It shows that KNOPPIX is available.\\ | + | It shows that KNOPPIX is available and __networking__ is working fine\\ |
===== Mounting the KNOPPIX ===== | ===== Mounting the KNOPPIX ===== | ||
Line 93: | Line 93: | ||
Now, one of the question is when do I call loader.sh from within linuxrc?\\ | Now, one of the question is when do I call loader.sh from within linuxrc?\\ | ||
Here is the code for [[http://pastebin.com/f265d01b0|linuxrc]]\\ | Here is the code for [[http://pastebin.com/f265d01b0|linuxrc]]\\ | ||
- | My guess is that I just need to find correct place, and then it should happen automatically. | + | My guess is that I just need to find correct place, and then it should happen automatically.\\ |
+ | |||
+ | Finally, I got it working. | ||
+ | the modified __linuxrc__ file is [[http://pastebin.com/f5eb77a27|here]].\\ | ||
+ | and latest one which works with [http://rom.etherboot.org/share/pravin/pxeknife/]] is [[http://paste.etherboot.org/?page=view&id=1244928477|here]] | ||
+ | |||
+ | ===== Test the linux over HTTP ===== | ||
+ | |||
+ | [http://rom.etherboot.org/share/pravin/pxeknife/]] | ||
+ |