>>>>> "Voytek" == Voytek Eymont <[email protected]> writes:

Voytek> I have A2.3, busybox is in /bin

Voytek> su cd /bin ./busybox Busybox v.1.10.2

Voytek> path is like:
Voytek> 
PATH=/data/local/bin:/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin

Voytek> I tried appending '/bin' in /init.rc to the above, that seems
Voytek> overwritten on boot

Root filesystem is mostly read-only.  I suggest adding a symlink from
/system:

cd /system/bin
mount -orw,remount /system
ln -s /bin/busybox .
mount -oro,remount /system

Peter C
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to