[BusyBox] how to get "reboot" to work when using "minit"??

Gyepi SAM gyepi at praxis-sw.com
Tue May 4 18:52:06 UTC 2004


On Tue, May 04, 2004 at 10:59:56AM -0400, Robert P. J. Day wrote:
>in any event, it remains to figure out how to
> properly handle a reboot if a system has both an init and a minit as boot
> choices.


Well, something has to change. Since you insist on building busybox with an
init, you'd have to make minit change its name to init by doing an exec with
argv[0] == 'init'. Or you could use the kill program from minit, if there's
one.

-Gyepi



More information about the busybox mailing list