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:
parent
7ffaad9b15
commit
df18065508
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user