Disable kdump

master
Daniel Berteaud 8 years ago
parent 61c3dd5e5b
commit 1ac9578f06
  1. 6
      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 repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch
%include /tmp/ks.partitions %include /tmp/ks.partitions
reboot reboot
%packages --nobase --ignoremissing %packages --nobase --ignoremissing
@ -62,6 +63,11 @@ lsof
%end %end
# Disable kdump
%addon com_redhat_kdump --disable --reserve-mb='auto'
%end
################################################ ################################################
# Detect hard drives before starting the install # Detect hard drives before starting the install
################################################ ################################################

Loading…
Cancel
Save