... | ... | --- /dev/null |
... | ... | +++ b/kdump-default-disable.patch |
... | ... | @@ -0,0 +1,12 @@ |
1 |
diff -Naur a/kdump-anaconda-addon/com_redhat_kdump/ks/kdump.py b/kdump-anaconda-addon/com_redhat_kdump/ks/kdump.py
|
|
2 |
--- a/kdump-anaconda-addon/com_redhat_kdump/ks/kdump.py 2017-02-21 21:55:10.000000000 -0500
|
|
3 |
+++ b/kdump-anaconda-addon/com_redhat_kdump/ks/kdump.py 2019-06-13 11:20:03.833154699 -0400
|
|
4 |
@@ -38,7 +38,7 @@
|
|
5 |
def __init__(self, name):
|
|
6 |
AddonData.__init__(self, name)
|
|
7 |
|
|
8 |
- self.enabled = True
|
|
9 |
+ self.enabled = False
|
|
10 |
self.reserveMB = "auto"
|
|
11 |
lower, upper, step = getMemoryBounds()
|
|
12 |
self.enablefadump = False
|
... | ... | --- a/kexec-tools.spec |
... | ... | +++ b/kexec-tools.spec |
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 |
Name: kexec-tools
|
2 | 2 |
Version: 2.0.15
|
3 |
Release: 13%{?dist}
|
|
3 |
Release: 13%{?dist}c
|
|
4 | 4 |
License: GPLv2
|
5 | 5 |
Group: Applications/System
|
6 | 6 |
Summary: The kexec/kdump userspace component.
|
... | ... | @@ -112,6 +112,9 @@ Patch712: kexec-tools-2.0.15-makedumpfile-PATCH-Support-newer-kernels.patch |
… | … | |
112 | 112 |
# Patch 701 through 800 are meant for kdump anaconda addon
|
113 | 113 |
#
|
114 | 114 |
|
115 |
#ROSA patches
|
|
116 |
Patch1000: kdump-default-disable.patch
|
|
117 |
|
|
115 | 118 |
%description
|
116 | 119 |
kexec-tools provides /sbin/kexec binary that facilitates a new
|
117 | 120 |
kernel to boot using the kernel's kexec feature either on a
|
... | ... | @@ -165,6 +168,7 @@ tar -z -x -v -f %{SOURCE25} |
… | … | |
168 | 168 |
%patch710 -p1
|
169 | 169 |
%patch711 -p1
|
170 | 170 |
%patch712 -p1
|
171 |
%patch1000 -p1
|
|
171 | 172 |
|
172 | 173 |
|
173 | 174 |
%ifarch ppc
|
New comment