1b417c
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
1b417c
# If no version is specified, then the init script will try to find a
1b417c
# kdump kernel with the same version number as the running kernel.
1b417c
KDUMP_KERNELVER=""
1b417c
1b417c
# The kdump commandline is the command line that needs to be passed off to
1b417c
# the kdump kernel.  This will likely match the contents of the grub kernel
1b417c
# line.  For example:
1b417c
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
1b417c
# Dracut depends on proper root= options, so please make sure that appropriate
1b417c
# root= options are copied from /proc/cmdline. In general it is best to append
1b417c
# command line options using "KDUMP_COMMANDLINE_APPEND=".
1b417c
# If a command line is not specified, the default will be taken from
1b417c
# /proc/cmdline
1b417c
KDUMP_COMMANDLINE=""
1b417c
766e0d
# This variable lets us remove arguments from the current kdump commandline
766e0d
# as taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline
766e0d
# NOTE: some arguments such as crashkernel will always be removed
766e0d
KDUMP_COMMANDLINE_REMOVE="hugepages hugepagesz slub_debug"
766e0d
1b417c
# This variable lets us append arguments to the current kdump commandline
766e0d
# after processed by KDUMP_COMMANDLINE_REMOVE
c97d8c
KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 noirqdistrib reset_devices cgroup_disable=memory numa=off udev.children-max=2 ehea.use_mcs=0 panic=10 kvm_cma_resv_ratio=0 transparent_hugepage=never novmcoredd"
1b417c
1b417c
# Any additional kexec arguments required.  In most situations, this should
1b417c
# be left empty
1b417c
#
1b417c
# Example:
1b417c
#   KEXEC_ARGS="--elf32-core-headers"
06c2a2
KEXEC_ARGS="--dt-no-old-root"
1b417c
1b417c
#Where to find the boot image
1b417c
#KDUMP_BOOTDIR="/boot"
1b417c
1b417c
#What is the image type used for kdump
1b417c
KDUMP_IMG="vmlinuz"
1b417c
1b417c
#What is the images extension.  Relocatable kernels don't have one
1b417c
KDUMP_IMG_EXT=""
1b417c
1b417c
#Specify the action after failure