Remove all the custom shutdown/reboot/halt code in loader and init.
These decisions will now be made in anaconda proper. There's no need to
involve three separate processes in the discussion.
---
loader/init.c | 43 ---------
loader/kickstart.c | 25 ------
loader/loader.c | 48 ++---------
loader/loader.h | 6 +-
loader/shutdown.c | 217 -----------------------------------------------
loader/undomounts.c | 235 ---------------------------------------------------
6 files changed, 10 insertions(+), 564 deletions(-)
delete mode 100644 loader/shutdown.c
delete mode 100644 loader/undomounts.c