View Single Post
Old 09-02-2012, 05:19 PM   #31
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by twobob View Post
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.
knc1 is offline   Reply With Quote