On Sunday 13 July 2008 02:33, disdain wrote:
> > Your .config please?
> > --
> > vda
> 
> My apologies, I paraphrased a bit there.  The actual output is "sh: ls:
> not found" and the like.  Sorry for the confusion.  As for the .config,
> Ive been through quite a few trying to get this to work properly.  I've
> attached the most recent.

It tries to run applets by executing /proc/self/exe <applet> <params>
because of:

CONFIG_FEATURE_PREFER_APPLETS=y
CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"

and you don't yet have /proc mounted, so it does not work.

Try mounting /proc first - "busybox mount ..." and
"/bin/mount ..." should work. (If either doesnt, let me know).

In your opinion, where I should put the above explanation
so that in future users would find it faster?
In other words, where did you look for information
and it was not there?

--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to