I need certain apps to run after the OS boots into RAM. I thought this would occur by having stuff in onboot.lst, but there must be more to the situation I don't understand.
For instance, my onboot.lst contains sevearl .tcz extensions, including
usb-utils.tcz
libusb.tcz
files above should allow lsusb to work, but they don't.
If I use appbrowser to install usb-utils.tcz, then the command works
compiletc.tcz (this seems to work after booting, i.e. using make....)
same problem with using iwconfig command to detect my wlan0 interface
I type iwconfig upon boot, shows iwconfig: not found
I go to appbrowser and install wireless_tools.tcz, then the command works as expected.
I would like these to just work after boot, as I have scripts that I run that depend on them. The other problem I am still working on is trying to get spectools to run after boot.
I can unzip the tarball, compile and make to get it to work, but I need to just have this work upon boot of my application. Since it requires a file ....gz or whatever, tar command, configure command, make command, ...
What is the best way to set this up to ensure my System will boot with all the files and tools I need? I have set them all up manually and they all work great, just need to set this up so the system knows how to run them upon a boot.
Any comments would be greatly appreciated.
JB