ks: switch fedora/updates repos to direct baseurl (mirrorlist 404s during CDN sync)
This commit is contained in:
parent
1daaefd857
commit
eeb54942a9
1 changed files with 4 additions and 2 deletions
|
|
@ -12,8 +12,10 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&ar
|
||||||
# Explicit `repo --name=fedora` lets livecd-creator see base repo (it only
|
# Explicit `repo --name=fedora` lets livecd-creator see base repo (it only
|
||||||
# reads repo.repoList, ignores url= directive). livemedia-creator + Anaconda
|
# reads repo.repoList, ignores url= directive). livemedia-creator + Anaconda
|
||||||
# honor both. No behavior change for either tool.
|
# honor both. No behavior change for either tool.
|
||||||
repo --name=fedora --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64" --install
|
# Use direct baseurl (kernel.org mirror) to avoid mirrorlist 404s during
|
||||||
repo --name=updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f43&arch=x86_64" --install
|
# Fedora's metadata sync windows.
|
||||||
|
repo --name=fedora --baseurl="https://download.fedoraproject.org/pub/fedora/linux/releases/43/Everything/x86_64/os/" --install
|
||||||
|
repo --name=updates --baseurl="https://download.fedoraproject.org/pub/fedora/linux/updates/43/Everything/x86_64/" --install
|
||||||
# Local fix-repo: build-time-only workaround for host pcre2/libselinux skew.
|
# Local fix-repo: build-time-only workaround for host pcre2/libselinux skew.
|
||||||
# Stripped from CI ks via sed in build-iso.yml. NOT shipped state.
|
# Stripped from CI ks via sed in build-iso.yml. NOT shipped state.
|
||||||
repo --name=veilor-fix --baseurl=file:///tmp/veilor-fix-repo --install --cost=1
|
repo --name=veilor-fix --baseurl=file:///tmp/veilor-fix-repo --install --cost=1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue