cloud-atomic: Switch to dl.fedoraproject.org

We don't have a mirrorlist yet.
This commit is contained in:
Colin Walters 2014-11-12 11:32:46 -05:00 committed by Matthew Miller
parent 93afb3345a
commit 423db5a738
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ reboot
%post --erroronfail
# See https://github.com/projectatomic/rpm-ostree/issues/42
ostree remote add --set=gpg-verify=false fedora-atomic 'metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-atomic-21&arch=x86_64'
ostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/21/'
(origin_file=$(echo -n /ostree/deploy/fedora-atomic-host/deploy/*.origin); sed -e 's,installmedia:,fedora-atomic:,' < ${origin_file} > ${origin_file}.new && mv ${origin_file}{.new,})
# older versions of livecd-tools do not follow "rootpw --lock" line above