From df18065508c23d9a9c365accce51cc1e3a258c8d Mon Sep 17 00:00:00 2001 From: Dave Young Date: Wed, 6 Jun 2012 16:22:50 +0800 Subject: [PATCH] kdump.conf.5 add default poweroff Add missing poweroff to default options in kdump.conf.5 Signed-off-by: Dave Young Acked-by: Vivek Goyal --- kdump.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kdump.conf.5 b/kdump.conf.5 index 6485dc8..e3da11a 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -94,7 +94,7 @@ modules can be listed, separated by a space, and any dependent modules will automatically be included. .RE -.B default +.B default .RS Action to preform in case dumping to intended target fails. If no default action is specified saving vmcore to root fs is assumed default. @@ -103,6 +103,7 @@ most people will want, as it returns the system to a nominal state). shell: If action is shell, then drop to an shell session inside the initramfs from where you can manually preform additional recovery actions. Exiting this shell reboots the system. halt: bring the system to a halt, requiring manual reset +poweroff: The system will be powered down. Note: kdump uses bash as the default shell. .RE