From 12e72b9dd68775483e92516ef02050d9edce896c Mon Sep 17 00:00:00 2001 From: Lianbo Jiang Date: Fri, 23 Oct 2020 17:17:48 +0800 Subject: [PATCH] Revert "Revert "s390x: enable the kexec file load by default"" This reverts commit fa8aa52d947edf86332c1194f86d70b6e0677a5c. For the s390x, the vmlinuz image has only single signature according to the kernel.spec. The dual signature issue doesn't happens on s390x, therefore, let's restore it in order to enable the file load on s390x by default. Signed-off-by: Lianbo Jiang Acked-by: Kairui Song --- kdump.sysconfig.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdump.sysconfig.s390x b/kdump.sysconfig.s390x index 232d7d4..5e1cb5a 100644 --- a/kdump.sysconfig.s390x +++ b/kdump.sysconfig.s390x @@ -31,7 +31,7 @@ MKDUMPRD_ARGS="" # # Example: # KEXEC_ARGS="--elf32-core-headers" -KEXEC_ARGS="" +KEXEC_ARGS="-s" #Where to find the boot image #KDUMP_BOOTDIR="/boot"