From f631962ee4e78056169c3b74c07a8190619066b1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 25 Sep 2019 11:34:24 +0200 Subject: [PATCH] Fix BaseURL for EL8 --- el8.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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