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