Quote:
Originally Posted by yoq
don't forget to "chmod +x script.sh"
|
......damnit :-P
Quote:
Originally Posted by yoq
busybox probably doesn't support /etc/rc0.d
/etc/inittab should do as well
|
It doesn't work... I added
Code:
::shutdown:/etc/init.d/test
before
Code:
::shutdown:/bin/umount -a -r
the stupid test script works if I run it manually, but it's not executed at shutdown
EDIT: I also added sync at the end, but nothing