Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
How do I install busybox-1.00.tgz (that is found in the download section) and all the aplets? I can not find any readme-file. Do I just overwrite the old busybox file in /mnt/HD_a2 and overwrite all the aplets in /bin and /sbin ???
Offline
It's not meant for installing.
But if you still want then you can just extract whole archive and add it to path (export PATH=$PATH:/mnt/HD_a2/bin and export PATH=$PATH:/mnt/HD_a2/sbin ). All information is available at wiki
Offline
Ok, where do I add "export PATH=$PATH:/mnt/HD_a2/bin/" and "export PATH=$PATH:/mnt/HD_a2/sbin/"??
I tried to add to add the info in my fun_plug file. That did not to do the trick.
I alos put "echo $PATH > /mnt/HD_a2/path.log" in the fun_plug and path.log looks like this:
/usr/bin:/bin:/usr/sbin:/sbin:/mnt/HD_a2/bin/:mnt/HD_a2/sbin/
But when I log in via telnet the path looks like this
# echo $PATH
/usr/sbin:/bin:/usr/bin:/sbin
How to I get the $PATH from my fun_plug in to my shell (ash)?
Offline
It's not globally set by export, if you start new instance of ash you need to export again.
Offline
OK!
So there is not any file I can edit so that the correct path is set when I log in via telnet (ash)??
I mean the path /usr/sbin:/bin:/usr/bin:/sbin must be set in a file somewhere. I can't find any .profile-file or .baschrc-file for example.
Offline
Thanx!
That did the trick!
I also put som aliases in that file
For example
alias cdd='cd /mnt/HD_a2/Downloads'
Offline