From 396e92f397f3b0e6367d9617e51773bbb10e3c82 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Jul 14 2021 01:21:57 +0000 Subject: Revert "Revert "x86_64: enable the kexec file load by default"" Resolves: bz1977559 Upstream: Fedora Conflict: None commit 7ae9669f3961c9a95f3b04803bf61730b34f585a Author: Coiby Xu Date: Tue Jul 6 10:31:36 2021 +0800 Revert "Revert "x86_64: enable the kexec file load by default"" This reverts commit 073c30973cf45ce0cea7bfd2bb30c5449a041a54, i.e. re-enable the kexec file load by default since this dual signature issue no longer bothers Fedora 34. Signed-off-by: Coiby Xu Acked-by: Kairui Song Signed-off-by: Coiby Xu --- diff --git a/kdump.sysconfig.x86_64 b/kdump.sysconfig.x86_64 index 1285506..188ba3c 100644 --- a/kdump.sysconfig.x86_64 +++ b/kdump.sysconfig.x86_64 @@ -28,7 +28,7 @@ KDUMP_COMMANDLINE_APPEND="irqpoll nr_cpus=1 reset_devices cgroup_disable=memory # # Example: # KEXEC_ARGS="--elf32-core-headers" -KEXEC_ARGS="" +KEXEC_ARGS="-s" #Where to find the boot image #KDUMP_BOOTDIR="/boot"