add ostree to get installed in anaconda environment
rpm-ostree used to have a requirement on the ostree rpm. It no longer has that dependency, but rather requires ostree-libs. However, we call ostree directly in some cases so we need to have it installed.
This commit is contained in:
parent
957e1af948
commit
d6b805ae09
@ -9,7 +9,7 @@ installpkg tmux
|
|||||||
installpkg gdb
|
installpkg gdb
|
||||||
## Other available payloads
|
## Other available payloads
|
||||||
installpkg dnf
|
installpkg dnf
|
||||||
installpkg rpm-ostree
|
installpkg rpm-ostree ostree
|
||||||
## speed up compression on multicore systems
|
## speed up compression on multicore systems
|
||||||
installpkg pigz
|
installpkg pigz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user