This reverts commit f4c45236bfd9649f6a8abf261c883b059506f138. Since that commit will change the behaviour of kdump_post. That is not good. Signed-off-by: Baoquan He <bhe@redhat.com>
11 lines
145 B
Bash
Executable File
11 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /lib/kdump-lib-initramfs.sh
|
|
|
|
set -o pipefail
|
|
export PATH=$PATH:$KDUMP_SCRIPT_DIR
|
|
|
|
get_kdump_confs
|
|
do_default_action
|
|
do_final_action
|