runtime-install: Add rpm-ostree, move dnf here
rpm-ostree is a new payload type available in Anaconda, will be used by Project Atomic (http://projectatomic.io) builds and the new Fedora Cloud Docker Host. dnf has previously existed, but as it's only required at installation time, let's move it here as well. Per discussion on the anaconda list, we don't want to pull these in as a dependency of the "anaconda" package as initial-setup -> anaconda which means they end up on every system.
This commit is contained in:
parent
d25c0b0594
commit
3345a97f35
@ -6,6 +6,9 @@ installpkg anaconda anaconda-widgets
|
||||
## anaconda deps that aren't in the RPM
|
||||
installpkg tmux
|
||||
installpkg iscsi-initiator-utils
|
||||
## Other available payloads
|
||||
installpkg dnf
|
||||
installpkg rpm-ostree
|
||||
## speed up compression on multicore systems
|
||||
installpkg pigz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user