This is an update to my above post.
I found the /root/.profile file. I used the instructions here
As long as you aren't using a Cacko rom then you can do
CODE
mount -o rw,remount /
To remount the / filesystem read-write.
Make sure you do
CODE
mount -o ro,remount /
when you are finished or you could do something stupid like delete your copy of busybox by mistake.
If you are using a Cacko rom then you will have to learn how to make squashfs or cramfs (depending on cacko rom version) filesystems and create a new /boot/usr.bin - I don't recommend this unless you are ready to reflash your Zaurus if you don't do it correctly.
Stu
from this thread
https://www.oesf.org/forums/index.php?showtopic=10086to mount the file systme as read/write, and modified the path statement to put /usr/sbin before /sbin. But when checking the path for the tools using which, I got the old /sbin tools. So I renamed all of the undesired tools in /sbin after making the file system read/write again. Checking the path for the tools installed with this ipk now gives me the proper path of /usr/sbin.
A word of warning to anyone trying this. Make sure to reset the filesystem to read-only after you do this. It may save you from days of grief later on.
Now, I realize this is a kluge. I don't know much about unix/linux. Is this a poor way to impliment these tools, or is it just as good as modifying the path variables in the .profile files, or is it better than modifying the path variables?
And does anyone know the full path for the qpe.sh file/folder that is mentioned in the instructions provided by Andy?
I would like to write a complete Howto for this package if I can get the answers to these questions.