From 386c6411d2a2fd88589337a6508497fe28493975 Mon Sep 17 00:00:00 2001 From: "dyoung@redhat.com" Date: Mon, 30 Nov 2015 17:40:59 +0800 Subject: [PATCH] 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 Reviewed-by: Pratyush Anand --- kdump.sysconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kdump.sysconfig b/kdump.sysconfig index effe466..c8ee88a 100644 --- a/kdump.sysconfig +++ b/kdump.sysconfig @@ -24,3 +24,9 @@ KDUMP_COMMANDLINE_APPEND="irqpoll maxcpus=1 reset_devices" # Example: # KEXEC_ARGS="--elf32-core-headers" KEXEC_ARGS="" + +#Where to find the boot image +#KDUMP_BOOTDIR="/boot" + +#What is the image type used for kdump +KDUMP_IMG="vmlinuz"