This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to add a user-defined shell script ro run in DM8168 with DVRRDK 4.0?

Hello,TIer.

I have modify the Root FS in DVRRDK 4.0 to add a shell script for DM8168 to run when power up.

The script create procedure:

1.Edit a reset.sh in /etc/init.d.

2.chmod +x reset.sh

3.make a link:

 cd /etc/rc5.d

   ln -s ../init.d/reset.sh S99reset

But when power up DM8168,it seems that the reset.sh have not been run.

Are there some other operations missing or wrong?

BR!