From 6b530c09575244422d5552fb2770b59c3a32fdba Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Aug 10 2017 15:53:23 +0000 Subject: atomic: remove temporary workaround for anaconda bug This reverts commit 295519948bf7fb0b64cd5071b4e25d50efb8ef01. Now that the upstream fix [1] has been merged and a new version of anaconda is in rawhide, we can revert this workaround. [1] https://github.com/rhinstaller/anaconda/pull/1126 --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index fde9b70..c7f3622 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -36,14 +36,6 @@ ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https:// reboot -# temporarily workaround https://pagure.io/atomic-wg/issue/301 -%pre -if ! test -d /ostree/repo; then - mkdir -p /ostree/repo - ostree --repo=/ostree/repo init --mode=bare -fi -%end - %post --erroronfail # See https://github.com/projectatomic/rpm-ostree/issues/42 # Set the ostree repo to the location we want users to upgrade from