summaryrefslogtreecommitdiffstats
path: root/loader/init.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove init.[ch].Chris Lumens2011-04-121-31/+0
| | | | | There's no code left in these files that I want to move anywhere, so the remaining parts can go.
* Improve reboot modes in init.c and shutdown.c.Ales Kozumplik2010-02-101-1/+4
| | | | | | | | Stop the kernel correctly on HALT (so that we dont see 'kernel panic, they killed init' on i386 and on s390 one gets easy access to manual IPL). Introduce a new reboot method that does allow us to see the backtrace and doesn't scroll the screen up with useless unmount info.
* Fix compile problem from 65a3c05.Ales Kozumplik2010-01-201-2/+0
|
* Fix ctrl-alt-deleter behavior /before/ end of install.Peter Jones2009-08-041-0/+2
| | | | | | The new reboot code didn't take into account the fact that there's a different sigint handler while anaconda is running vs when we're done installing. This patch fixes that bad assumption.
* Rework shutDown() to better accomidate "nokill" better.Peter Jones2009-07-301-0/+28
Rework shutDown() so that we don't do unmounts until we're going to reboot or power off the machine. Also some minor cleanups like taking out all the negative-phrasing of "noKill" in the code itself.