Add missing prefixes in default sysconfig file

For arches we do not exlictly support, kdumpctl will fail with errors because
kernel can not be found. It is caused by there's no proper KDUMP_IMG prefix
so kernel image can not be found.

Kexec/kdump functionality may simply work, so let's add those prefix in
default sysconfig file thus one can test and use kexec/kdump in Fedora.

Signed-off-by: Dave Young <dyoung@redhat.com>
Reviewed-by: Pratyush Anand <panand@redhat.com>
This commit is contained in:
dyoung@redhat.com 2015-11-30 17:40:59 +08:00 committed by Dave Young
parent 49b222871a
commit 386c6411d2

View File

@ -24,3 +24,9 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices"
# Example: # Example:
# KEXEC_ARGS="--elf32-core-headers" # KEXEC_ARGS="--elf32-core-headers"
KEXEC_ARGS="" KEXEC_ARGS=""
#Where to find the boot image
#KDUMP_BOOTDIR="/boot"
#What is the image type used for kdump
KDUMP_IMG="vmlinuz"