From 81cc86e56a897fc3778e1ee806600bfce2af4311 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 4 Aug 2009 11:50:47 -0400 Subject: Fix ctrl-alt-deleter behavior /before/ end of install. 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. --- loader/init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader/init.h') diff --git a/loader/init.h b/loader/init.h index 733bc8e68..413c8ba3c 100644 --- a/loader/init.h +++ b/loader/init.h @@ -25,4 +25,6 @@ typedef enum { HALT } reboot_action; +extern int shouldReboot; + #endif /* INIT_H */ -- cgit