Step 1
# chmod 777 /etc/init.d/rc.bootup
Step 2
Now us the command "cp" to copy rc.bootup to a share.
Step 3
Add The follow lines to rc.bootup, starting at line 296. Once you add the lines, save the file.
if (file_exists("/startup.sh"))
{
exec("/startup.sh");
}
Step 4
Using the Linux command "cp" to copy the new rc.bootup back to /etc/init.d/ .
Step 5
# chmod 755 /etc/init.d/rc.bootup