Hi there, i read the code of init.c and reboot.c and was asking myself why reboot is not just sending SIGINT to init?
The whole reboot code seems to be redundant, or am i missing something here? Why not just determine if im running as halt or reboot and send the correct signal to init. Let init handle everything else. But maybe there is something i don't see at the moment though. BR Simon