autorun

LittleBungler
Hi all,
on mini2440 with Linux, where do I have to specify the programs that must
be run at boot time?

Thank you in advance!

Tuxerito
You can use the file /etc/inittab to do that, this file is execute after
the kernel is loaded.

Search in Google about that file.

LittleBungler
Hi,
the file /etc/inittab doesn't exist, but I've seen the /etc/init.d/rcS
file. I will try to launch my program (an ssh server) from there.
Bye