From 7695d279d6e669de8e01be33725c3eb812d09ce4 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 14 May 2009 01:41:00 +0000 Subject: [PATCH] Blank screen before rebooting. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@31221 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/c/Reboot.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/workbench/c/Reboot.c b/workbench/c/Reboot.c index 33214a2f6..82798db0e 100644 --- a/workbench/c/Reboot.c +++ b/workbench/c/Reboot.c @@ -1,5 +1,5 @@ /* - Copyright 1995-2008, The AROS Development Team. All rights reserved. + Copyright 1995-2009, The AROS Development Team. All rights reserved. $Id$ Desc: Reboot CLI command @@ -18,7 +18,7 @@ LOCATION - Sys:C + C: FUNCTION @@ -46,6 +46,7 @@ #include #include #include +#include int __nocommandline; @@ -63,6 +64,7 @@ int main() } FreeArgs(rda); + ShowImminentReset(); if (cold) ShutdownA(SD_ACTION_COLDREBOOT); else -- 2.11.4.GIT