f5bf4978d8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/kexec-tools#041ba89902961b5490a7143d9596dc00d732cba0
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_failure_action
|
|
do_final_action
|