Fix ostree repo to be called fedora-atomic on bare-metal

* atomic host updates were fetching updates from the repo cache
fedora-atomic-27, instead of from upstream
This commit is contained in:
Dalton Hubble 2018-04-21 14:11:31 -07:00
parent 233ec6dcb0
commit f36c890234
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ network --bootproto=dhcp --device=link --activate --onboot=on
bootloader --timeout=1 --append="ds=nocloud\;seedfrom=/var/cloud-init/"
services --enabled=cloud-init,cloud-init-local,cloud-config,cloud-final
ostreesetup --osname="fedora-atomic" --remote="fedora-atomic-27" --url="${atomic_assets_endpoint}/repo" --ref=fedora/27/x86_64/atomic-host --nogpg
ostreesetup --osname="fedora-atomic" --remote="fedora-atomic" --url="${atomic_assets_endpoint}/repo" --ref=fedora/27/x86_64/atomic-host --nogpg
reboot