mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 10:14:21 +00:00
Fix the url for the ostree repo
Bodhi updates https://kojipkgs.fedoraproject.org/atomic/25/ on every stable update run. We need to point the repo there as the old location is what was updated by pungi before F25 release. Note that https://dl.fedoraproject.org/pub/fedora/linux/atomic/25/ redirects to https://kojipkgs.fedoraproject.org/atomic/25/.
This commit is contained in:
parent
15e9749cd4
commit
0ef56672f7
@ -32,7 +32,7 @@ volgroup atomicos pv.01
|
||||
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
||||
|
||||
# Equivalent of %include fedora-repo.ks
|
||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/25/ --ref=fedora-atomic/25/x86_64/docker-host
|
||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/25/ --ref=fedora-atomic/25/x86_64/docker-host
|
||||
|
||||
reboot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user