1#the kdump kernel version string. 2#KDUMP_KVER="`uname -r`" 3 4#this will be passed to the kdump kernel as kdump kernel command line 5#KDUMP_CMDLINE="`cat /proc/cmdline`" 6 7#the kernel image for kdump 8#KDUMP_KIMAGE="/boot/bzImage-${KDUMP_KVER}" 9 10#Where to save the vmcore 11#KDUMP_VMCORE_PATH="/var/crash/`date +"%Y-%m-%d"`" 12 13#the arguments to makedumpfile 14MAKEDUMPFILE_ARGS="--dump-dmesg -x /boot/vmlinux-`uname -r`" 15