Re: halt: init exits/panic

From: DervishD
Date: Sat Jul 09 2005 - 09:26:36 EST


Hi Nico :)

* Nico Schottelius <nico-kernel@xxxxxxxxxxxxxxx> dixit:
> What's the 'correct behaviour' of an init system, if someone wants
> to shutdown the system?

What I do in my vcinit, the last steps I mean, is:

reboot(RB_POWER_OFF); /* If halting*/
or
reboot(RB_AUTOBOOT); /* If rebooting */

exit(EXIT_SUCCESS);

And my vcinit doesn't panic ;)

Raúl Núñez de Arenas Coronado

--
Linux Registered User 88736 | http://www.dervishd.net
http://www.pleyades.net & http://www.gotesdelluna.net
It's my PC and I'll cry if I want to...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/