0112f36
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
0112f36
# If no version is specified, then the init script will try to find a
0112f36
# kdump kernel with the same version number as the running kernel.
0112f36
KDUMP_KERNELVER=""
0112f36
0112f36
# The kdump commandline is the command line that needs to be passed off to
0112f36
# the kdump kernel.  This will likely match the contents of the grub kernel
0112f36
# line.  For example:
0112f36
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
0112f36
# If a command line is not specified, the default will be taken from
0112f36
# /proc/cmdline
72e44cb
KDUMP_COMMANDLINE=""
0112f36
d3c4b95
# This variable lets us append arguments to the current kdump commandline
d3c4b95
# As taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline
d3c4b95
KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1"
d3c4b95
0112f36
# Any additional kexec arguments required.  In most situations, this should
0112f36
# be left empty
2603512
#
2603512
# Example:
2603512
#   KEXEC_ARGS="--elf32-core-headers"
0112f36
KEXEC_ARGS=""