kdump.conf default shell fix
Default shell of kdump module is bash instead of msh, fix the doc Signed-off-by: Dave Young <dyoung@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
parent
3bab7bf251
commit
7ffaad9b15
@ -64,9 +64,10 @@
|
||||
# a vmcore, regardless of success or failure.
|
||||
# poweroff: The system will be powered down
|
||||
# shell: If the default action is shell, then drop to
|
||||
# an msh session inside the initramfs from
|
||||
# an shell session inside the initramfs from
|
||||
# where you can try to record the core manually.
|
||||
# Exiting this shell reboots the system.
|
||||
# Note: kdump uses bash as the default shell.
|
||||
|
||||
#raw /dev/sda5
|
||||
#ext4 /dev/sda3
|
||||
|
@ -100,9 +100,10 @@ Action to preform in case dumping to intended target fails. If no default
|
||||
action is specified saving vmcore to root fs is assumed default.
|
||||
reboot: If the default action is reboot simply reboot the system (this is what
|
||||
most people will want, as it returns the system to a nominal state). shell: If the default
|
||||
action is shell, then drop to an msh session inside the initramfs from
|
||||
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
|
||||
Note: kdump uses bash as the default shell.
|
||||
.RE
|
||||
|
||||
.SH EXAMPLES
|
||||
|
Loading…
Reference in New Issue
Block a user