One extra note, I do some trickery with /etc/inittab. # cat inittab.new ::restart:./upgrade_nand
I change the existing inittab to run my upgrade script, tell init to reload the new, and then restore the old one so I can continue testing. # cp /etc/inittab inittab.bak # cp inittab.new /etc/inittab # kill -1 1 # cp inittab.bak /etc/inittab It seems that doing "kill -1 1" from /etc/init/rcS doesn't reload the inittab. Aras ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
