MrUmunhum
Group: Members
Posts: 23
Joined: Feb. 2006 |
|
Posted: Nov. 23 2006,22:45 |
|
Quote (MrUmunhum @ Nov. 21 2006,16:28) | Quote (^thehatsrule^ @ Nov. 21 2006,16:21) | Another thing, can you log the boot processes? Anyways, did you try running a dummy script inside an ash terminal? |
What do you mean by an 'ash terminal'? |
Ash will not let me run anything other that build in command! That is the problem.
I think I have found my first problem, which is adding NFS support to the boot process:
1) I need to run ifconfig for my eth0. Ash will not let me do this. 2) Add module support nfs, sunrpc, lockd,3c59x, etc. This is easy. 3) mount -t nfs server:/path /locat_dir. The NFS mount command in DSL is broken, You must add the -f flag to get it to work, otherwise the mount command hangs.
What I want to try next is using a non-DSL kernel. Where can I get a kernel binary at the same level ( 2.4.17, I think )? I can find the source but I don't want to recompile, just more work for a test. I think the problem is the DSL kernel is calling 'linuxrc' directly using ash and can not be over ridden.
|