a6d77e
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
a6d77e
# If no version is specified, then the init script will try to find a
a6d77e
# kdump kernel with the same version number as the running kernel.
a6d77e
KDUMP_KERNELVER=""
a6d77e
a6d77e
# The kdump commandline is the command line that needs to be passed off to
a6d77e
# the kdump kernel.  This will likely match the contents of the grub kernel
a6d77e
# line.  For example:
a6d77e
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
a6d77e
# Dracut depends on proper root= options, so please make sure that appropriate
a6d77e
# root= options are copied from /proc/cmdline. In general it is best to append
a6d77e
# command line options using "KDUMP_COMMANDLINE_APPEND=".
a6d77e
# If a command line is not specified, the default will be taken from
a6d77e
# /proc/cmdline
a6d77e
KDUMP_COMMANDLINE=""
a6d77e
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
a6d77e
# This variable lets us append arguments to the current kdump commandline
766e0d
# after processed by KDUMP_COMMANDLINE_REMOVE
766e0d
KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 swiotlb=noforce cma=0 reset_devices cgroup_disable=memory udev.children-max=2 panic=10 rootflags=nofail"
a6d77e
a6d77e
# Any additional kexec arguments required.  In most situations, this should
a6d77e
# be left empty
a6d77e
#
a6d77e
# Example:
a6d77e
#   KEXEC_ARGS="--elf32-core-headers"
a6d77e
a6d77e
KDUMP_BOOTDIR="/boot"
a6d77e
KDUMP_IMG="vmlinuz"