From d14131e5dd23b7bb8ef1d1bdb2ec5c0bb0eb80bb Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 22 Nov 2020 21:00:44 +0100 Subject: [PATCH] [el8] Fix mirorlist for EPEL --- el8.ks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el8.ks b/el8.ks index 7725b39..19c6a51 100644 --- a/el8.ks +++ b/el8.ks @@ -8,10 +8,10 @@ network --bootproto=dhcp --activate --noipv6 rootpw --iscrypted $6$6OYBD0R8xuGsqAUl$KVHVrjCM6VmLR13TW0exHAl4toKHxQTd9zwbuYzR/t79heCMrAcVmtBmw0wCcNu5zoz1y3LzwdIZjNedRlz7Y/ zerombr bootloader --location mbr --append 'ipv6.disable=1' -# Enable fws and epel +# Enable fws, AppStream and epel repo --name=fws --baseurl=https://repo.fws.fr/centos/8 repo --name=AppStream --baseurl=http://mirror.centos.org/centos/8/AppStream/x86_64/os/ -repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=x86_64 +repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 %include /tmp/ks.partitions