[Peeweelinux] autostart

Ken Emmons, Jr. [email protected]
Fri, 07 Jun 2002 09:15:58 -0400


Hi Guillaume,

I have added my stuff to the end of the /etc/rc.sysinit script. In my case I load modules for RTLinux RTOS, but you could launch any programs or scripts. These are launched as root, so just be aware of any security issues. To modify the rc.sysinit you need to go to the project folder under peewee and then into a folder called "custom" Then do this:

mkdir etc
cp ../mnt/etc/rc.sysinit  ./etc


then you can edit your custom/etc/rc.sysinit file and it will be copied to your target.

hope this helps,

~Ken