|
|
@ -19,13 +19,7 @@ repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=ep |
|
|
|
reboot |
|
|
|
reboot |
|
|
|
|
|
|
|
|
|
|
|
%packages --nobase --ignoremissing |
|
|
|
%packages --nobase --ignoremissing |
|
|
|
%include /tmp/ks.packages |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cat << _EOF >> /tmp/ks.packages |
|
|
|
|
|
|
|
epel-release |
|
|
|
epel-release |
|
|
|
|
|
|
|
|
|
|
|
crontabs |
|
|
|
crontabs |
|
|
|
dhclient |
|
|
|
dhclient |
|
|
|
irqbalance |
|
|
|
irqbalance |
|
|
@ -55,7 +49,6 @@ tcpdump |
|
|
|
pciutils |
|
|
|
pciutils |
|
|
|
nc |
|
|
|
nc |
|
|
|
lsof |
|
|
|
lsof |
|
|
|
|
|
|
|
|
|
|
|
-iprutil |
|
|
|
-iprutil |
|
|
|
-kernel-tools |
|
|
|
-kernel-tools |
|
|
|
-kexec-tools |
|
|
|
-kexec-tools |
|
|
@ -67,7 +60,12 @@ lsof |
|
|
|
-*-firmware |
|
|
|
-*-firmware |
|
|
|
-b43-openfwwf |
|
|
|
-b43-openfwwf |
|
|
|
|
|
|
|
|
|
|
|
_EOF |
|
|
|
%end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################################ |
|
|
|
|
|
|
|
# Detect hard drives before starting the install |
|
|
|
|
|
|
|
################################################ |
|
|
|
|
|
|
|
%pre --log /tmp/pre.log |
|
|
|
|
|
|
|
|
|
|
|
# ensure file exists |
|
|
|
# ensure file exists |
|
|
|
touch /tmp/ks.partitions |
|
|
|
touch /tmp/ks.partitions |
|
|
|