#include #include #include int main(void) { printf("hello from myinit\n"); reboot(LINUX_REBOOT_CMD_POWER_OFF); }