mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
atomic: temporary workaround for anaconda bug
see https://pagure.io/atomic-wg/issue/301
This commit is contained in:
parent
57aa58c6e7
commit
295519948b
@ -36,6 +36,14 @@ ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://
|
|||||||
|
|
||||||
reboot
|
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
|
%post --erroronfail
|
||||||
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
||||||
# Set the ostree repo to the location we want users to upgrade from
|
# Set the ostree repo to the location we want users to upgrade from
|
||||||
|
Loading…
Reference in New Issue
Block a user