From 231a75ac1b7a1126678499b7413c15ff756636bb Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 6 Jul 2021 10:35:39 +0800 Subject: [PATCH] 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 --- kdump.sysconfig.x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"