|
|
@ -1,5 +1,5 @@ |
|
|
|
auth --enableshadow --passalgo=sha512 |
|
|
|
auth --enableshadow --passalgo=sha512 |
|
|
|
url --url="http://mirror.centos.org/centos/8/os/x86_64" |
|
|
|
url --url="http://mirror.centos.org/centos/8/BaseOS/x86_64/os/" |
|
|
|
cmdline |
|
|
|
cmdline |
|
|
|
skipx |
|
|
|
skipx |
|
|
|
timezone Europe/Paris --isUtc |
|
|
|
timezone Europe/Paris --isUtc |
|
|
@ -13,7 +13,7 @@ zerombr |
|
|
|
bootloader --location mbr --append 'ipv6.disable=1' |
|
|
|
bootloader --location mbr --append 'ipv6.disable=1' |
|
|
|
# Enable fws and epel |
|
|
|
# Enable fws and epel |
|
|
|
# FWS not available yet |
|
|
|
# FWS not available yet |
|
|
|
# repo --name=fws --baseurl=http://repo.firewall-services.com/centos/7 |
|
|
|
# repo --name=fws --baseurl=http://repo.firewall-services.com/centos/8 |
|
|
|
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=x86_64 |
|
|
|
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=x86_64 |
|
|
|
|
|
|
|
|
|
|
|
%include /tmp/ks.partitions |
|
|
|
%include /tmp/ks.partitions |
|
|
|