de80c6
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
de80c6
# If no version is specified, then the init script will try to find a
de80c6
# kdump kernel with the same version number as the running kernel.
de80c6
KDUMP_KERNELVER=""
de80c6
de80c6
# The kdump commandline is the command line that needs to be passed off to
de80c6
# the kdump kernel.  This will likely match the contents of the grub kernel
de80c6
# line.  For example:
de80c6
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
de80c6
# Dracut depends on proper root= options, so please make sure that appropriate
de80c6
# root= options are copied from /proc/cmdline. In general it is best to append
de80c6
# command line options using "KDUMP_COMMANDLINE_APPEND=".
de80c6
# If a command line is not specified, the default will be taken from
de80c6
# /proc/cmdline
de80c6
KDUMP_COMMANDLINE=""
de80c6
de80c6
# This variable lets us append arguments to the current kdump commandline
de80c6
# As taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline
de80c6
KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory mce=off numa=off udev.children-max=2 panic=10 rootflags=nofail acpi_no_memhotplug"
de80c6
de80c6
# Any additional kexec arguments required.  In most situations, this should
de80c6
# be left empty
de80c6
#
de80c6
# Example:
de80c6
#   KEXEC_ARGS="--elf32-core-headers"
de80c6
KEXEC_ARGS=""
de80c6
de80c6
#Where to find the boot image
de80c6
KDUMP_BOOTDIR="/boot"
de80c6
de80c6
#What is the image type used for kdump
de80c6
KDUMP_IMG="vmlinuz"
de80c6
de80c6
#What is the images extension.  Relocatable kernels don't have one
de80c6
KDUMP_IMG_EXT=""