#274 atomic: remove temporary workaround for anaconda bug
Merged 6 years ago by mohanboddu. Opened 6 years ago by dustymabe.
dustymabe/fedora-kickstarts dusty-rawhide  into  master

file modified
-8
@@ -36,14 +36,6 @@ 

  

  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

This reverts commit 2955199.

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

rebased

6 years ago

Pull-Request has been merged by mohanboddu

6 years ago