Quote:
Originally Posted by twobob
works automagically. Yay.
root@kindle:bin> ./busybox man test
man: no manual entry for 'test'
Happy days
|
It is supposed to work that way, without any helper scripts.
That is how you access the busybox functions without links.
PS: It will work that way before you mount /proc, that is how you have to use it from initramfs to do the mounting of /proc.
But does it work with the helper scripts.
export PATH=/mnt/us/bin:$PATH
man test
You may have to strace that to see that it is reading your helper script and the new busybox.