blob: 38190d207a1b4b478c6b37e2fedaed395af72ce7 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001#the kdump kernel version string.
2#KDUMP_KVER="`uname -r`"
3
Patrick Williamsc0f7c042017-02-23 20:41:17 -06004#this will be passed to the kdump kernel as kdump kernel command line
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05005#KDUMP_CMDLINE="`cat /proc/cmdline`"
6
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05007#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`"