> To grab Laurent's idea: What about a separate shutdown applet in > Busybox: > > kill(-1,TERM), sleep, kill(-1,KILL), sleep, umount, sync then > exec into the given remainder of command line? And remove all > special shutdown processing from init process?
It is still necessary to have some minimal hook in init, so that init stops monitoring processes during the shutdown procedure. -- Laurent _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
