kdump.conf.5 add default poweroff

Add missing poweroff to default options in kdump.conf.5

Signed-off-by: Dave Young <dyoung@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
Dave Young 2012-06-06 16:22:50 +08:00
parent 7ffaad9b15
commit df18065508
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ modules can be listed, separated by a space, and any
dependent modules will automatically be included.
.RE
.B default <reboot | halt | shell>
.B default <reboot | halt | poweroff | shell>
.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