Fix BaseURL for EL8

This commit is contained in:
Daniel Berteaud 2019-09-25 11:34:24 +02:00
parent 2025bcb0c2
commit f631962ee4
1 changed files with 2 additions and 2 deletions

4
el8.ks
View File

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