From 1a70aa0b036ac86f9aa2395cfd0e75dc7010c490 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 1 Oct 2004 17:52:44 +0000 Subject: [PATCH] - delay 15 minutes before rebooting the machine after a panic --- kernel/panic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/panic.c b/kernel/panic.c index 290bf0d1e..37f3e82de 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -23,8 +23,8 @@ #include #endif -int panic_timeout; -int panic_on_oops; +int panic_timeout = 900; +int panic_on_oops = 1; int tainted; void (*dump_function_ptr)(const char *, const struct pt_regs *) = 0; -- 2.47.0