From 1ac9578f060682f14e5d42613548dd1a0f8fbbb8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 20 Oct 2016 14:56:18 +0200 Subject: [PATCH] Disable kdump --- el7.ks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/el7.ks b/el7.ks index 72e162f..13b069a 100644 --- a/el7.ks +++ b/el7.ks @@ -16,6 +16,7 @@ repo --name=fws --baseurl=http://repo.firewall-services.com/centos/$releasever repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch %include /tmp/ks.partitions + reboot %packages --nobase --ignoremissing @@ -62,6 +63,11 @@ lsof %end +# Disable kdump +%addon com_redhat_kdump --disable --reserve-mb='auto' + +%end + ################################################ # Detect hard drives before starting the install ################################################