Prevent init from telling us its story if the shutdown was planned.
dcantrell's recent change to the shutdown mechanism exposed a situation when
shutdown is correctly handled but the init's exit handler still gets called and
dumps its callstack, that's not desirable because (in case of an exception in
python code for example) part of the useful information on the screen is
scrolled out of view.
---
loader/init.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)