fix kdump service failed on x86 because of KDUMP_FILE_LOAD is set to on

This commit is contained in:
Yangyang Shen 2020-05-19 19:32:39 +08:00
parent 8d6b23ef1a
commit bbcff97a3a
2 changed files with 8 additions and 2 deletions

View File

@ -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"

View File

@ -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 <buildteam@openeuler.org> - 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 <buildteam@openeuler.org> - 2.0.20-12
- Type:enhancement
- ID:NA