diff --git a/el8.ks b/el8.ks index e8c3deb..55cf359 100644 --- a/el8.ks +++ b/el8.ks @@ -1,5 +1,5 @@ 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 skipx timezone Europe/Paris --isUtc @@ -13,7 +13,7 @@ zerombr bootloader --location mbr --append 'ipv6.disable=1' # Enable fws and epel # 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 %include /tmp/ks.partitions