Similar to
http://forum.tinycorelinux.net/index.php?topic=6277.0I want to run a script at startup
It is ash-script who calls a perl-script
the scripts runs fine when I test from the commandline
I put it in /opt/bootlocal.sh
the output from the perl-script is seen but ash user interaction does not work
what is different about perl and ash? can you set stdout stdin somehow?
In the above thread the solution is to put script in /etc/init.d/tc-config
That doesnt seem to be a clean solution
when searching tc-config for bootlocal.sh i cannot find it, from where does it start