[PATCH] runtime-install: Add rpm-ostree, move dnf here

Colin Walters walters at verbum.org
Fri May 9 18:21:32 UTC 2014


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.
---
 share/runtime-install.tmpl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index 50dfd1a..57442d1 100644
--- a/share/runtime-install.tmpl
+++ b/share/runtime-install.tmpl
@@ -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
 
-- 
1.8.3.1






More information about the anaconda-patches mailing list