6f4940f198
This reverts commit f4c45236bf
.
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
|