dustymabe reported a new issue against the project: `atomic-wg` that you are following: `` Example failed koji task: https://koji.fedoraproject.org/koji/taskinfo?taskID=20474689
We recently started having ostree re-use the local mirror of content from the ISO image if it existed. We have it look in `/ostree/repo` and `/run/install/repo` in [this line of code](https://github.com/rhinstaller/anaconda/pull/1119/files#diff-3e2b7e1ae26f821...). At least for fedora 25 (according to the [lorax template](https://pagure.io/fedora-lorax-templates/blob/f25/f/atomic-installer/lorax-c...) the real location was `/run/install/repo/content/repo`. However `/run/install/repo/` is an actual directory on our media and has several things in there that anaconda uses. So `/run/install/repo` exists and is not an ostree repo.
This means that any ostree anaconda install that is initiated from a non-ostree install tree (like our atomic host qcows are in our pungi composes) will fail with this error:
``` The following error occurred while installing. This is a fatal error and installation will be aborted.
Failed to pull from repository: g-io-error-quark: Opening objects/ directory: openat: No such file or directory (1) ```
I'm thinking we should
1. fix the installer to look for the right location (PR [here](https://github.com/rhinstaller/anaconda/pull/1126)) 2. possibly make ostree not fail if a provided reference repo is bogus.
Thoughts?
``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/301
dustymabe added a new comment to an issue you are following: `` Note - adding this %pre script to your kickstart is a workaround:
``` %pre mkdir -p /ostree/repo ostree init --mode=archive --repo=/ostree/repo %end ``` ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/301
dustymabe added a new comment to an issue you are following: `` PR for temporary workaround until a new build of anaconda is out: https://pagure.io/fedora-kickstarts/pull-request/261# ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/301
walters added a new comment to an issue you are following: `` https://pagure.io/pungi-fedora/pull-request/296 ``
To reply, visit the link below or just reply to this email https://pagure.io/atomic-wg/issue/301