vc pode colocar dentro da pasta /etc/init.d e depois um link simbolico para ../rc0.d
Ex. coloco um script em /etc/init.d/terminal.sh
este script deve estar com chmod 777
depois faço um ln -s terminal.sh ../rc0.d
entao ao se entrar na pasta /etc/rc0.d e digitar ls -l devera aparecer algo assim :
lrwxrwxrwx 1 root root 22 2007-12-18 10:12 S31umountnfs.sh -> ../init.d/umountnfs.sh
lrwxrwxrwx 1 root root 18 2007-12-18 10:12 S40umountfs -> ../init.d/umountfs
lrwxrwxrwx 1 root root 20 2007-12-18 10:12 S60umountroot -> ../init.d/umountroot
lrwxrwxrwx 1 root root 14 2007-12-18 10:12 S90halt -> ../init.d/halt
lrwxrwxrwx 1 root root 20 2008-01-23 09:41 terminal.sh -> /scripts/terminal.sh
Abraços