[el8] Fix mirorlist for EPEL

This commit is contained in:
Daniel Berteaud 2020-11-22 21:00:44 +01:00
parent a335681970
commit d14131e5dd
1 changed files with 2 additions and 2 deletions

4
el8.ks
View File

@ -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