[kexec-tools] kdump.conf.5 add default poweroff

Dave Young yangrr at fedoraproject.org
Wed Jun 6 08:32:18 UTC 2012


commit df18065508c23d9a9c365accce51cc1e3a258c8d
Author: Dave Young <dyoung at redhat.com>
Date:   Wed Jun 6 16:22:50 2012 +0800

    kdump.conf.5 add default poweroff
    
    Add missing poweroff to default options in kdump.conf.5
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kdump.conf.5 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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 <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
 


More information about the scm-commits mailing list