mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
atomic: remove temporary workaround for anaconda bug
This reverts commit 295519948b
.
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
This commit is contained in:
parent
51d65e6bb1
commit
6b530c0957
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user