mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-15 21:23:09 +00:00
fix ostree repo location
problem: fedora atomic host images are including an old ostree tree (24.39 from 2016-06-15 09:57:04) cause: The ostree repo specified in this file at: https://kojipkgs.fedoraproject.org/compose/atomic/24/ was last updated at 2016-06-15 09:57:04. Fedora Atomic 23 used the location: https://kojipkgs.fedoraproject.org/mash/atomic/23/. The ref at the similar https://kojipkgs.fedoraproject.org/mash/atomic/24/ was last modifed 2016-07-24. This seems to be the correct location. Or, if the switch from mash to compose is right, then we need to ensure that the compose location is updated / kept up to date.
This commit is contained in:
parent
fb34ac6186
commit
e640139976
@ -33,7 +33,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/24/ --ref=fedora-atomic/24/x86_64/docker-host
|
||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/mash/atomic/24/ --ref=fedora-atomic/24/x86_64/docker-host
|
||||
|
||||
reboot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user