From bbcff97a3a2eb9780e6a74739813a7ed182bbd56 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Tue, 19 May 2020 19:32:39 +0800 Subject: [PATCH] fix kdump service failed on x86 because of KDUMP_FILE_LOAD is set to on --- kdump.sysconfig.x86_64 | 2 +- kexec-tools.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kdump.sysconfig.x86_64 b/kdump.sysconfig.x86_64 index a43a970..8217204 100644 --- a/kdump.sysconfig.x86_64 +++ b/kdump.sysconfig.x86_64 @@ -43,4 +43,4 @@ KDUMP_IMG_EXT="" # # Here, the "on" is the only valid value to enable the kexec file load and # anything else is equal to the "off"(disable). -KDUMP_FILE_LOAD="on" +KDUMP_FILE_LOAD="off" diff --git a/kexec-tools.spec b/kexec-tools.spec index f42dece..4cdc094 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 12 +Release: 13 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -300,6 +300,12 @@ done %endif %changelog +* Tue May 19 2020 openEuler Buildteam - 2.0.20-13 +- Type:enhancement +- ID:NA +- SUG:restart +- DESC:fix kdump service failed on x86 because of KDUMP_FILE_LOAD is set to on + * Thu May 14 2020 openEuler Buildteam - 2.0.20-12 - Type:enhancement - ID:NA -- Gitee