kfan / rpms / kexec-tools

Forked from rpms/kexec-tools 3 years ago
Clone
d3c4b95
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
d3c4b95
# If no version is specified, then the init script will try to find a
d3c4b95
# kdump kernel with the same version number as the running kernel.
d3c4b95
KDUMP_KERNELVER=""
d3c4b95
d3c4b95
# The kdump commandline is the command line that needs to be passed off to
d3c4b95
# the kdump kernel.  This will likely match the contents of the grub kernel
d3c4b95
# line.  For example:
d3c4b95
#   KDUMP_COMMANDLINE="ro root=LABEL=/"
d3c4b95
# If a command line is not specified, the default will be taken from
d3c4b95
# /proc/cmdline
d3c4b95
KDUMP_COMMANDLINE=""
d3c4b95
d3c4b95
# This variable lets us append arguments to the current kdump commandline
d3c4b95
# As taken from either KDUMP_COMMANDLINE above, or from /proc/cmdline
558bea7
KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 noirqdistrib reset_devices"
d3c4b95
d3c4b95
# Any additional kexec arguments required.  In most situations, this should
d3c4b95
# be left empty
d3c4b95
#
d3c4b95
# Example:
d3c4b95
#   KEXEC_ARGS="--elf32-core-headers"
d3c4b95
KEXEC_ARGS=""
d3c4b95
d3c4b95
#Where to find the boot image
d3c4b95
KDUMP_BOOTDIR="/boot"
d3c4b95
d3c4b95
#What is the image type used for kdump
d3c4b95
KDUMP_IMG="vmlinux"
d3c4b95
d3c4b95
#What is the images extension.  Relocatable kernels don't have one
d3c4b95
KDUMP_IMG_EXT="kdump"