Startup Script

I am using a PC104 card with disk-on-chip (M-Systems). Everything is working
fine with one last simple thing to solve. I need to run a startup script of
my design to launch our embedded app. How do I do this! There is no /etc
directory, therefore no rc.d, or system/sysinit, etc.

Thanks,

Steve

“Steve Wagner” <info@horizonimaging.com> wrote in message
news:a8iu47$69k$1@inn.qnx.com

I am using a PC104 card with disk-on-chip (M-Systems). Everything is
working
fine with one last simple thing to solve. I need to run a startup script
of
my design to launch our embedded app. How do I do this! There is no /etc
directory, therefore no rc.d, or system/sysinit, etc.

In the boot image file add something along the line

ksh -c

Thanks,

Steve